Skip to content

Commit

Permalink
fix organisations widget and title
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Jun 17, 2022
1 parent 0be7871 commit 1921866
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/theme/Widgets/schema.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const Schema = (props) => ({
title: 'Data',
title: 'source',
fieldsets: [
{
id: 'default',
Expand All @@ -18,7 +18,6 @@ const Schema = (props) => ({
title: 'Url',
},
organisation: {
widget: 'slate_richtext',
title: 'Organisation',
},
},
Expand Down

0 comments on commit 1921866

Please sign in to comment.