Skip to content

Commit

Permalink
Update FieldChoiceWithLabelSchema.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Osarhomiyeke authored Oct 20, 2023
1 parent 988f497 commit d0c4a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/lib/schemas/FieldChoiceWithLabelSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = makeSchema({
},
sample: {
description:
"It's important that the value match the sample. Otherwise, the actual value won't match what the user picked, which is confusing.",
"A legacy field that is no longer used by the editor, but it is still required for now and should match the value.",
type: 'string',
minLength: 1,
},
Expand Down

0 comments on commit d0c4a7f

Please sign in to comment.