chore: fix uploading flag

This commit is contained in:
Steven 2024-05-15 09:08:34 +08:00
parent f67676ac43
commit c8ff3fa2ee

View file

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