From 7fb3919f5f9028d41caf24d48e83ead0b324af38 Mon Sep 17 00:00:00 2001 From: Lipa Long Date: Fri, 21 Jul 2023 18:24:52 -0400 Subject: [PATCH] add address book autocomplete to nft transfer dialog --- .../gui/src/components/nfts/NFTTransferAction.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/packages/gui/src/components/nfts/NFTTransferAction.tsx b/packages/gui/src/components/nfts/NFTTransferAction.tsx index 694fde1930..68ab194e91 100644 --- a/packages/gui/src/components/nfts/NFTTransferAction.tsx +++ b/packages/gui/src/components/nfts/NFTTransferAction.tsx @@ -7,13 +7,13 @@ import { FeeTxType, Form, Flex, - TextField, chiaToMojo, useCurrencyCode, useOpenDialog, validAddress, useShowError, } from '@chia-network/core'; +import { AddressBookAutocomplete } from '@chia-network/wallets'; import { Trans } from '@lingui/macro'; import { Dialog, DialogActions, DialogContent, DialogContentText, DialogTitle, Typography } from '@mui/material'; import React from 'react'; @@ -142,14 +142,13 @@ export default function NFTTransferAction(props: NFTTransferActionProps) {
{renderNFTPreview()} - Send to Address} - disabled={isTransferNFTLoading} required + disabled={isTransferNFTLoading} />