Fix: imageURL not being updated on metadata modal after uploading assets & metadata (#12)

* Fix: imageURL not being updated on metadata modal after upload

* Update MetadataModal.tsx
This commit is contained in:
Serkan Reis 2022-08-01 16:19:24 +03:00 committed by GitHub
parent 6ae1e4d9ca
commit f06aafcd86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,6 @@ export const MetadataModal = (props: MetadataModalProps) => {
Update Metadata
</Button>
</MetadataFormGroup>
</label>
</label>
</div>

View File

@ -138,6 +138,7 @@ const UploadPage: NextPage = () => {
}
}
const uploadUpdatedMetadata = async () => {
setUpdatedMetadataFilesArray(updatedMetadataFilesArray)
const result = await upload(
updatedMetadataFilesArray,
uploadService,