Skip to content

Commit

Permalink
change canCreate on edit-new
Browse files Browse the repository at this point in the history
  • Loading branch information
dgiannico19 committed Dec 20, 2023
1 parent b20c6de commit 3da5a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/schemas/edit-new/schema.js
Expand Up @@ -14,7 +14,7 @@ module.exports = {
cancelRedirectUrl: { type: 'string' },
target: { $ref: 'schemaDefinitions#/definitions/endpoint' },
root: { enum: ['Edit', 'Create'] },
canCreate: { $ref: 'schemaDefinitions#/definitions/canCreate' },
canCreate: { type: 'boolean' },
collapseSections: { type: 'boolean' },
sections: makeSections(sectionNames)
},
Expand Down

0 comments on commit 3da5a19

Please sign in to comment.