fix publish confirmation field #7397

Merged
jessopb merged 1 commit from publish-confirmation into master 2022-01-04 15:36:44 +01:00

View file

@ -153,7 +153,7 @@ export default function SettingContent(props: Props) {
<SettingsRow title={__('Publish confirmation')} subtitle={__(HELP.PUBLISH_PREVIEW)}>
<FormField
type="checkbox"
name="sync_toggle"
name="publish_confirmation"
label={__('')}
checked={enablePublishPreview}
onChange={() => setClientSetting(SETTINGS.ENABLE_PUBLISH_PREVIEW, !enablePublishPreview)}