Skip to content

Commit

Permalink
fix: webhook modal spacing (#5641)
Browse files Browse the repository at this point in the history
  • Loading branch information
gakshita authored Sep 18, 2024
1 parent 44542fd commit aec4162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/core/components/web-hooks/create-webhook-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export const CreateWebhookModal: React.FC<ICreateWebhookModal> = (props) => {
}}
position={EModalPosition.TOP}
width={EModalWidth.XXL}
className="p-4 pb-0"
>
{!generatedWebhook ? (
<WebhookForm onSubmit={handleCreateWebhook} handleClose={handleClose} />
Expand Down

0 comments on commit aec4162

Please sign in to comment.