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}` : '' }}