Fix that devops admin users cannot approve a Pipeline input

Signed-off-by: rick <1450685+LinuxSuRen@users.noreply.github.com>
This commit is contained in:
rick
2021-03-26 13:29:25 +08:00
parent 84d28f3186
commit baa7ae4d69
2 changed files with 4 additions and 1 deletions

View File

@@ -209,4 +209,6 @@ const (
VerbGet = "get"
// VerbWatch represents the verb of watching a resource
VerbWatch = "watch"
// VerbDelete represents the verb of deleting a resource
VerbDelete = "delete"
)