Skip to content

Commit

Permalink
CS-2675 remove accessiblity issues by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Weyermann committed Dec 6, 2023
1 parent ad051c7 commit e47ee69
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const dataSchema = {
},
recurrence: {
type: 'string',
enum: ['Never', 'Daily', 'Weekly', 'Monthly'],
},
},
required: ['name', 'due_date'],
Expand All @@ -90,7 +89,7 @@ const uiSchema = {
elements: [
{
type: 'Control',
label: false,
label: true,
scope: '#/properties/done',
},
{
Expand Down

0 comments on commit e47ee69

Please sign in to comment.