Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Feb 2, 2024
1 parent 1ba7570 commit bf682ae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Blocks/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,6 @@ export const SearchBlockSchema = ({ data = {}, intl }) => {
default: '',
},
},
required: [
'backend_url',
'frontend_url',
],
required: ['backend_url', 'frontend_url'],
};
};

0 comments on commit bf682ae

Please sign in to comment.