chore: fix uploading flag

pull/3380/head
Steven 10 months ago
parent f67676ac43
commit c8ff3fa2ee

@ -57,6 +57,12 @@ const UploadResourceButton = () => {
}
context.setResourceList([...context.resourceList, ...createdResourceList]);
setState((state) => {
return {
...state,
uploadingFlag: false,
};
});
};
return (

Loading…
Cancel
Save