Skip to content

Commit

Permalink
chore: bump ui version to 0.7.4 and adjust loading timeout in Uploade…
Browse files Browse the repository at this point in the history
…r component
  • Loading branch information
tnrich committed Dec 15, 2024
1 parent 76ccd8b commit 78116e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teselagen/ui",
"version": "0.7.3",
"version": "0.7.4",
"main": "./src/index.js",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/FormComponents/Uploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ const Uploader = ({
setTimeout(() => {
// give the resolved accept a full JS cycle to update before allowing actionability on the dropzone
setAcceptLoading(false);
}, 0);
}, 100);
}
);
}
Expand Down

0 comments on commit 78116e7

Please sign in to comment.