|
@@ -133,17 +133,6 @@ const CustomizeFunctionSetting = (props: Props): JSX.Element => {
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div className="form-group row">
|
|
|
|
|
- <div className="offset-md-3 col-md-6 text-left">
|
|
|
|
|
- <CustomizeFunctionOption
|
|
|
|
|
- optionId="isEnabledMarp"
|
|
|
|
|
- label={t('admin:customize_settings.function_options.enable_marp')}
|
|
|
|
|
- isChecked={adminCustomizeContainer.state.isEnabledMarp || false}
|
|
|
|
|
- onChecked={() => { adminCustomizeContainer.switchIsEnabledMarp() }}
|
|
|
|
|
- >
|
|
|
|
|
- </CustomizeFunctionOption>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
|
|
|
<AdminUpdateButtonRow onClick={onClickSubmit} disabled={adminCustomizeContainer.state.retrieveError != null} />
|
|
<AdminUpdateButtonRow onClick={onClickSubmit} disabled={adminCustomizeContainer.state.retrieveError != null} />
|
|
|
</div>
|
|
</div>
|