1
0
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:
David Walsh 2023-07-28 12:29:39 -05:00 committed by GitHub
parent c741222f43
commit 0efc63784d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -237,7 +237,6 @@ export const ImportNftsModal = ({ onClose }) => {
</Box>
</Box>
<FormTextField
autoFocus
dataTestId="token-id"
id="token-id"
placeholder={t('nftTokenIdPlaceholder')}