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:
parent
6ae1e4d9ca
commit
f06aafcd86
@ -134,7 +134,6 @@ export const MetadataModal = (props: MetadataModalProps) => {
|
||||
Update Metadata
|
||||
</Button>
|
||||
</MetadataFormGroup>
|
||||
|
||||
</label>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
@ -138,6 +138,7 @@ const UploadPage: NextPage = () => {
|
||||
}
|
||||
}
|
||||
const uploadUpdatedMetadata = async () => {
|
||||
setUpdatedMetadataFilesArray(updatedMetadataFilesArray)
|
||||
const result = await upload(
|
||||
updatedMetadataFilesArray,
|
||||
uploadService,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user