Skip to content

Commit

Permalink
Fix bug not allowing to add webhooks (#900)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
  • Loading branch information
dvaldivia committed Jul 28, 2021
1 parent a2cde72 commit 87917e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal-ui/src/screens/Console/Configurations/utils.ts
Expand Up @@ -23,7 +23,7 @@ export const notifyMqtt = "notify_mqtt";
export const notifyRedis = "notify_redis";
export const notifyNats = "notify_nats";
export const notifyElasticsearch = "notify_elasticsearch";
export const notifyWebhooks = "notify_webhooks";
export const notifyWebhooks = "notify_webhook";
export const notifyNsq = "notify_nsq";

export const configurationElements: IConfigurationElement[] = [
Expand Down

0 comments on commit 87917e6

Please sign in to comment.