We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9179e7 commit bd1454eCopy full SHA for bd1454e
client/modules/IDE/hooks/useSketchActions.js
@@ -41,7 +41,7 @@ const useSketchActions = () => {
41
42
function downloadSketch() {
43
dispatch(autosaveProject());
44
- dispatch(exportProjectAsZip(project.id));
+ exportProjectAsZip(project.id);
45
}
46
47
function shareSketch() {
0 commit comments