mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
refactor(console): improve delete confirm experience
This commit is contained in:
parent
7a17d41acf
commit
9e0e388a28
2 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,7 @@ const DeleteForm = ({ id, name, onClose }: Props) => {
|
|||
/>
|
||||
</div>
|
||||
<TextInput
|
||||
autoFocus
|
||||
value={inputName}
|
||||
placeholder={t('api_resource_details.enter_your_api_resource_name')}
|
||||
hasError={inputMismatched}
|
||||
|
|
|
@ -71,6 +71,7 @@ const DeleteForm = ({ id, name, onClose }: Props) => {
|
|||
/>
|
||||
</div>
|
||||
<TextInput
|
||||
autoFocus
|
||||
value={inputName}
|
||||
placeholder={t('application_details.enter_your_application_name')}
|
||||
hasError={inputMismatched}
|
||||
|
|
Loading…
Reference in a new issue