Skip to content

Commit

Permalink
refactor: removed unused required flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-waterson committed Aug 7, 2024
1 parent c40bc32 commit 2ee9e1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/admin/components/FieldConfigurator.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ const FieldConfigurator = ( { field, setting, setNewSetting } ) => {
},
{
type: TextControl,
required: false,
label: __(
'Option Value',
'bb_site_settings'
Expand Down Expand Up @@ -156,7 +155,6 @@ const FieldConfigurator = ( { field, setting, setNewSetting } ) => {
},
{
type: CheckboxControl,
required: false,
label: __(
'Option Value',
'bb_site_settings'
Expand Down

0 comments on commit 2ee9e1f

Please sign in to comment.