Skip to content

Commit

Permalink
reset selectedImports onManualImportClick
Browse files Browse the repository at this point in the history
  • Loading branch information
leppaludi committed Feb 25, 2024
1 parent b93883d commit 5f8ea2c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
};
function onManualImportClick() {
$selectedNFTs = [];
$selectedImportMethod = ImportMethod.MANUAL;
}
$: isERC1155 = $selectedNFTs ? $selectedNFTs.some((nft) => nft.type === 'ERC1155') : false;
Expand Down

0 comments on commit 5f8ea2c

Please sign in to comment.