From e0028f5eedea85959f21823cfe035ca77b8b4df2 Mon Sep 17 00:00:00 2001 From: UsherFall <98513748+UsherFall@users.noreply.github.com> Date: Sat, 22 Apr 2023 17:11:28 +0800 Subject: [PATCH] fix: add more events to webhooks (#1771) --- web/src/WebhookEditPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/WebhookEditPage.js b/web/src/WebhookEditPage.js index 1cdb6600..da1fc5be 100644 --- a/web/src/WebhookEditPage.js +++ b/web/src/WebhookEditPage.js @@ -244,7 +244,7 @@ class WebhookEditPage extends React.Component { }} > { ( - ["signup", "login", "logout", "add-user", "update-user", "add-organization", "update-organization", "add-provider", "update-provider"].map((option, index) => { + ["signup", "login", "logout", "add-user", "update-user", "delete-user", "add-organization", "update-organization", "delete-organization", "add-application", "update-application", "delete-application", "add-provider", "update-provider", "delete-provider"].map((option, index) => { return ( );