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 @@ -767,15 +767,15 @@ const EditorSettings = props => {
767767 } }
768768 help = { __ ( 'Adds a toolbar button for advanced copying and pasting block styles' , i18n ) }
769769 />
770- { settings . stackable_enable_block_defaults && < AdminToggleSetting
770+ < AdminToggleSetting
771771 label = { __ ( 'Reset Layout' , i18n ) }
772772 searchedSettings = { toolbar . children }
773773 value = { settings . stackable_enable_reset_layout }
774774 onChange = { value => {
775775 handleSettingsChange ( { stackable_enable_reset_layout : value } ) // eslint-disable-line camelcase
776776 } }
777777 help = { __ ( 'Adds a toolbar button for resetting the layout of a stackble block back to the original' , i18n ) }
778- /> }
778+ />
779779 { settings . stackable_enable_block_defaults && < AdminToggleSetting
780780 label = { __ ( 'Save as Default Block' , i18n ) }
781781 searchedSettings = { toolbar . children }
You can’t perform that action at this time.
0 commit comments