Skip to content

Commit

Permalink
chore: fix uploading flag
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed May 15, 2024
1 parent f67676a commit c8ff3fa
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ const UploadResourceButton = () => {
}

context.setResourceList([...context.resourceList, ...createdResourceList]);
setState((state) => {
return {
...state,
uploadingFlag: false,
};
});
};

return (
Expand Down

0 comments on commit c8ff3fa

Please sign in to comment.