Skip to content

Commit

Permalink
fix: hide close button on webhook confirmation
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Hopper-Lowe <[email protected]>
  • Loading branch information
ryanhopperlowe committed Nov 20, 2024
1 parent 2bcee12 commit 37c0748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/admin/app/components/webhooks/WebhookConfirmation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const WebhookConfirmation = ({
}: WebhookConfirmationProps) => {
return (
<Dialog open>
<DialogContent className="max-w-[700px]">
<DialogContent className="max-w-[700px]" hideCloseButton>
<DialogHeader>
<DialogTitle>Webhook Saved</DialogTitle>
</DialogHeader>
Expand Down

0 comments on commit 37c0748

Please sign in to comment.