Web: Client: Webhooks: injection was corrected

This commit is contained in:
Vladimir Khvan 2024-01-17 20:23:09 +05:00
parent 87be38a9ba
commit aeb1be875a

View File

@ -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,