From 79b60307ea279a6a6ddc0324b9cf436e5a62ae23 Mon Sep 17 00:00:00 2001 From: Novak Zaballa <41410593+novakzaballa@users.noreply.github.com> Date: Tue, 5 Sep 2023 17:23:42 -0400 Subject: [PATCH] fix: Webhook doesnt show the environment selected (#2748) --- frontend/web/components/IntegrationList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/web/components/IntegrationList.js b/frontend/web/components/IntegrationList.js index 559b27f57ebb..5a1bff459efd 100644 --- a/frontend/web/components/IntegrationList.js +++ b/frontend/web/components/IntegrationList.js @@ -24,7 +24,6 @@ class Integration extends Component { render() { const { description, docs, image, perEnvironment } = this.props.integration - console.log(this.props.integration) const activeIntegrations = this.props.activeIntegrations const showAdd = !( !perEnvironment && @@ -94,6 +93,7 @@ class Integration extends Component {