Skip to content

Commit

Permalink
fix: Environment webhook update button not working (#2788)
Browse files Browse the repository at this point in the history
  • Loading branch information
novakzaballa committed Sep 19, 2023
1 parent fc7ea1a commit 5f92a00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/web/components/modals/CreateWebhook.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,9 @@ const CreateWebhook = class extends Component {
data-test='update-feature-btn'
id='update-feature-btn'
disabled={isSaving || !url}
type='submit'
>
{isSaving ? 'Creating' : 'Update Webhook'}
{isSaving ? 'Updating' : 'Update Webhook'}
</Button>
) : (
<Button
Expand Down

3 comments on commit 5f92a00

@vercel
Copy link

@vercel vercel bot commented on 5f92a00 Sep 19, 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 5f92a00 Sep 19, 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 5f92a00 Sep 19, 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.bullet-train.io
docs-flagsmith.vercel.app
docs.flagsmith.com
docs-git-main-flagsmith.vercel.app

Please sign in to comment.