From 87b7b6776bb144ccc264fc97712d5e455a38e86e Mon Sep 17 00:00:00 2001 From: Andreas Greimel Date: Thu, 30 Jun 2022 11:12:39 +0200 Subject: [PATCH] Fix file drop, allow royalty percentage decimals, switch to mainnet link --- src/pages/Minting.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/Minting.vue b/src/pages/Minting.vue index ffc9b8c..b01fd80 100644 --- a/src/pages/Minting.vue +++ b/src/pages/Minting.vue @@ -47,7 +47,7 @@ watch(chiaState, (value, oldValue) => { const drop = async (e: any) => { const file = e.dataTransfer.files[0]; - loadFile(file.path); + loadFile(file); }; const selectedFile = async () => { const file = (document.querySelector('#dropzoneFile') as any).files[0]; @@ -269,6 +269,7 @@ const getProgressWidth = () => {
{ https://testnet.mintgarden.io/nfts{{ nft ? `/${nft.encodedId}` : '' }}https://mintgarden.io/nfts{{ nft ? `/${nft.encodedId}` : '' }}