fix: webhook modal spacing (#5641)

This commit is contained in:
Akshita Goyal 2024-09-18 15:35:46 +05:30 committed by GitHub
parent 44542fdd6b
commit aec4162c22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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} />