mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
style(console): use large size for the webhook creation modal (#4231)
This commit is contained in:
parent
687a644592
commit
c4f00fd7af
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ function CreateForm({ totalWebhookCount, onClose }: Props) {
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
size="large"
|
||||||
onClose={onClose}
|
onClose={onClose}
|
||||||
>
|
>
|
||||||
<FormProvider {...formMethods}>
|
<FormProvider {...formMethods}>
|
||||||
|
|
Loading…
Reference in a new issue