mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -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>
|
</div>
|
||||||
<TextInput
|
<TextInput
|
||||||
|
autoFocus
|
||||||
value={inputName}
|
value={inputName}
|
||||||
placeholder={t('api_resource_details.enter_your_api_resource_name')}
|
placeholder={t('api_resource_details.enter_your_api_resource_name')}
|
||||||
hasError={inputMismatched}
|
hasError={inputMismatched}
|
||||||
|
|
|
@ -71,6 +71,7 @@ const DeleteForm = ({ id, name, onClose }: Props) => {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<TextInput
|
<TextInput
|
||||||
|
autoFocus
|
||||||
value={inputName}
|
value={inputName}
|
||||||
placeholder={t('application_details.enter_your_application_name')}
|
placeholder={t('application_details.enter_your_application_name')}
|
||||||
hasError={inputMismatched}
|
hasError={inputMismatched}
|
||||||
|
|
Loading…
Add table
Reference in a new issue