File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -618,7 +618,7 @@ const EditorSettings = props => {
618618 />
619619 < AdminToggleSetting
620620 label = { __ ( 'Stackable Settings' , i18n ) }
621- searchedSettings = { blocks . children }
621+ searchedSettings = { editor . children }
622622 value = { settings . stackable_enable_global_settings }
623623 onChange = { value => {
624624 handleSettingsChange ( { stackable_enable_global_settings : value } ) // eslint-disable-line camelcase
@@ -627,7 +627,7 @@ const EditorSettings = props => {
627627 />
628628 < AdminToggleSetting
629629 label = { __ ( 'Block Linking (Beta)' , i18n ) }
630- searchedSettings = { blocks . children }
630+ searchedSettings = { editor . children }
631631 value = { settings . stackable_enable_block_linking }
632632 onChange = { value => {
633633 handleSettingsChange ( { stackable_enable_block_linking : value } ) // eslint-disable-line camelcase
You can’t perform that action at this time.
0 commit comments