Skip to content

Commit 213e642

Browse files
committed
Include the missing ADD policy action in the resource policy form
1 parent 93b9b46 commit 213e642

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/shared/resource-policies/form/resource-policy-form.model.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ const policyActionList: DynamicFormOptionConfig<any>[] = [
3939
label: ActionType.WRITE.toString(),
4040
value: ActionType.WRITE,
4141
},
42+
{
43+
label: ActionType.ADD.toString(),
44+
value: ActionType.ADD,
45+
},
4246
{
4347
label: ActionType.REMOVE.toString(),
4448
value: ActionType.REMOVE,

0 commit comments

Comments
 (0)