Skip to content

Commit

Permalink
feat: fix wording in webhooks test modal
Browse files Browse the repository at this point in the history
  • Loading branch information
danh91 committed Dec 18, 2024
1 parent 1b9e525 commit 9c670e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/modals/webhook-test-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const WebhookTestModal = ({
onClick={close}
disabled={loading}
>
<span>Cancel</span>
<span>Dismiss</span>
</button>
<button
className={`button is-primary ${loading ? "is-loading" : ""} m-1 is-small`}
Expand Down

0 comments on commit 9c670e4

Please sign in to comment.