We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae585c3 + ee7ac38 commit 2194871Copy full SHA for 2194871
src/app/shared/resource-policies/form/resource-policy-form.model.ts
@@ -39,6 +39,10 @@ const policyActionList: DynamicFormOptionConfig<any>[] = [
39
label: ActionType.WRITE.toString(),
40
value: ActionType.WRITE
41
},
42
+ {
43
+ label: ActionType.ADD.toString(),
44
+ value: ActionType.ADD,
45
+ },
46
{
47
label: ActionType.REMOVE.toString(),
48
value: ActionType.REMOVE
0 commit comments