From 96c1e118aee483b7f44138b2f6f1f923d3fc3b9d Mon Sep 17 00:00:00 2001 From: Naoyuki Sano Date: Fri, 18 Jun 2021 22:17:15 +0900 Subject: [PATCH] fix mattermost_attach_kibana_discover_url --- src/store/config/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/config/index.js b/src/store/config/index.js index f161c13b..50b70d8a 100644 --- a/src/store/config/index.js +++ b/src/store/config/index.js @@ -1144,6 +1144,7 @@ export default { } else { config.generate_kibana_discover_url = false; config.slack_attach_kibana_discover_url = false; + config.mattermost_attach_kibana_discover_url = false; } if (state.alert.kibanaDiscoverAppUrl) {