Skip to content

Commit

Permalink
fix: Webhook doesnt show the environment selected (#2748)
Browse files Browse the repository at this point in the history
  • Loading branch information
novakzaballa authored Sep 5, 2023
1 parent 73705d5 commit 79b6030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/IntegrationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down Expand Up @@ -94,6 +93,7 @@ class Integration extends Component {
<Flex>
<CreateEditIntegration
readOnly
projectId={this.props.projectId}
data={integration}
integration={this.props.integration}
/>
Expand Down

3 comments on commit 79b6030

@vercel
Copy link

@vercel vercel bot commented on 79b6030 Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 79b6030 Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 79b6030 Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-flagsmith.vercel.app
docs-flagsmith.vercel.app
docs.flagsmith.com
docs.bullet-train.io

Please sign in to comment.