web: fix template permission check (#3652)

Resolves #3582
This commit is contained in:
Ammar Bandukwala
2022-08-23 18:44:32 -05:00
committed by GitHub
parent 184f0625e1
commit 253e6cbffa
+1 -1
View File
@@ -40,7 +40,7 @@ export const permissionsToCheck = {
object: {
resource_type: "template",
},
action: "write",
action: "update",
},
[checks.viewAuditLog]: {
object: {