mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
style(console): fix the app creation modal size (#5321)
fix the app creation modal size
This commit is contained in:
parent
c7237e1aff
commit
24be783d58
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ function CreateForm({
|
|||
<ModalLayout
|
||||
title="applications.create"
|
||||
subtitle={subtitleElement}
|
||||
size="medium"
|
||||
size={defaultCreateType ? 'medium' : 'large'}
|
||||
footer={<Footer selectedType={value} isLoading={isSubmitting} onClickCreate={onSubmit} />}
|
||||
onClose={onClose}
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue