diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/index.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/index.js index 9c4627fe60..4b19d6f072 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/index.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/index.js @@ -52,7 +52,6 @@ const Webhooks = (props) => { const { loadWebhooks, addWebhook, - isWebhookExist, isWebhooksEmpty, setDocumentTitle, currentWebhook, @@ -154,7 +153,6 @@ export default inject(({ webhooksStore, auth }) => { state, loadWebhooks, addWebhook, - isWebhookExist, isWebhooksEmpty, currentWebhook, editWebhook, @@ -166,7 +164,6 @@ export default inject(({ webhooksStore, auth }) => { state, loadWebhooks, addWebhook, - isWebhookExist, isWebhooksEmpty, setDocumentTitle, currentWebhook,