mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -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}
|
||||
>
|
||||
<FormProvider {...formMethods}>
|
||||
|
|
Loading…
Reference in a new issue