Skip to content

Commit e60adaa

Browse files
sebjacobsfloehopper
andcommitted
feat: export manualUpdateProject reducer
This will allow us to trigger the saving of a project from outside the GUI component. Co-authored-by: James Mead <[email protected]>
1 parent 9c33d98 commit e60adaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/scratch-gui/src/exported-reducers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {
88
onFetchedProjectData,
99
onLoadedProject,
1010
defaultProjectId,
11+
manualUpdateProject,
1112
remixProject,
1213
requestNewProject,
1314
requestProjectUpload,
@@ -30,6 +31,7 @@ export {
3031
onFetchedProjectData,
3132
onLoadedProject,
3233
defaultProjectId,
34+
manualUpdateProject,
3335
remixProject,
3436
requestNewProject,
3537
requestProjectUpload,

0 commit comments

Comments
 (0)