fix: webhook modal spacing (#5641)
This commit is contained in:
parent
44542fdd6b
commit
aec4162c22
1 changed files with 1 additions and 0 deletions
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue