0
Fork 0
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:
simeng-li 2024-01-26 21:36:11 +08:00 committed by GitHub
parent c7237e1aff
commit 24be783d58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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