fix publish confirmation field (#7397)
This commit is contained in:
parent
0eab08e3b4
commit
e704f87557
1 changed files with 1 additions and 1 deletions
|
@ -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)}
|
||||
|
|
Loading…
Reference in a new issue