mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
UX: Autofocus the Address field in Import NFT modal (#20225)
This commit is contained in:
parent
c741222f43
commit
0efc63784d
@ -237,7 +237,6 @@ export const ImportNftsModal = ({ onClose }) => {
|
|||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
<FormTextField
|
<FormTextField
|
||||||
autoFocus
|
|
||||||
dataTestId="token-id"
|
dataTestId="token-id"
|
||||||
id="token-id"
|
id="token-id"
|
||||||
placeholder={t('nftTokenIdPlaceholder')}
|
placeholder={t('nftTokenIdPlaceholder')}
|
||||||
|
Loading…
Reference in New Issue
Block a user