Skip to content

Commit bd1454e

Browse files
committed
dispatch
1 parent c9179e7 commit bd1454e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/hooks/useSketchActions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const useSketchActions = () => {
4141

4242
function downloadSketch() {
4343
dispatch(autosaveProject());
44-
dispatch(exportProjectAsZip(project.id));
44+
exportProjectAsZip(project.id);
4545
}
4646

4747
function shareSketch() {

0 commit comments

Comments
 (0)