Skip to content

Commit

Permalink
fixed constitution link type
Browse files Browse the repository at this point in the history
  • Loading branch information
ryyu444 committed Sep 20, 2024
1 parent 4af91ee commit 0e453fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ home
.createField({
name: 'constitution_link',
displayName: 'Constitution Link',
type: FieldType.MEDIA_LIST,
type: FieldType.SHORT_TEXT,
required: true,
});

Expand Down

0 comments on commit 0e453fb

Please sign in to comment.