|
@@ -61,7 +61,7 @@ const IndentForm = (props) => {
|
|
|
type="checkbox"
|
|
type="checkbox"
|
|
|
className="custom-control-input"
|
|
className="custom-control-input"
|
|
|
id="isIndentSizeForced"
|
|
id="isIndentSizeForced"
|
|
|
- checked={isIndentSizeForced}
|
|
|
|
|
|
|
+ checked={isIndentSizeForced || false}
|
|
|
onChange={() => {
|
|
onChange={() => {
|
|
|
adminMarkDownContainer.setState({ isIndentSizeForced: !isIndentSizeForced });
|
|
adminMarkDownContainer.setState({ isIndentSizeForced: !isIndentSizeForced });
|
|
|
}}
|
|
}}
|