Skip to content

Commit

Permalink
feat: add public predefined value
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Nov 8, 2023
1 parent 0af54a5 commit 6526c04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/api-aco/src/folder/folder.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ const permissionsField = () =>
{
label: "Owner",
value: "owner"
},
{
label: "Public",
value: "public"
}
]
}
Expand Down

0 comments on commit 6526c04

Please sign in to comment.