Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed Jun 9, 2023
1 parent 1cfb3a9 commit 8016cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/keystone/src/schema/orders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const ShirtOrder: Lists.ShirtOrder = list({
}),
shirtID: text({ isIndexed: 'unique' }),
paid: checkbox({ defaultValue: false }),
notes: text({ access: { update: permissions.canManageUsers, read: permissions.canManageUsers } }),
notes: text(),
size: select({
type: 'enum',
options: [
Expand Down

0 comments on commit 8016cbd

Please sign in to comment.