Skip to content

Commit

Permalink
fix: Update Webhook button not working (#2753)
Browse files Browse the repository at this point in the history
  • Loading branch information
novakzaballa authored Sep 7, 2023
1 parent d947474 commit 8566fe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/web/components/modals/CreateAuditWebhook.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,12 @@ const CreateAuditWebhook = class extends Component {
{isEdit ? (
<Button
className='ml-4'
type='submit'
data-test='update-feature-btn'
id='update-feature-btn'
disabled={isSaving || !url}
>
{isSaving ? 'Creating' : 'Update Webhook'}
{isSaving ? 'Updating' : 'Update Webhook'}
</Button>
) : (
<Button
Expand Down

1 comment on commit 8566fe0

@vercel
Copy link

@vercel vercel bot commented on 8566fe0 Sep 7, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.