Skip to content

Commit

Permalink
fix (createNewProject): upload area & divided task geojson cleared on…
Browse files Browse the repository at this point in the history
… project submission (#1010)
  • Loading branch information
NSUWAL123 authored Nov 26, 2023
1 parent 8f9fb91 commit 6b66db7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/frontend/src/store/slices/CreateProjectSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ const CreateProject = createSlice({
state.generateProjectLog = null;
state.generateProjectLogLoading = false;
state.isUnsavedChanges = false;
state.uploadAreaSelection = null;
state.dividedTaskGeojson = null;
state.dividedTaskLoading = false;
},
UploadAreaLoading(state, action) {
state.projectAreaLoading = action.payload;
Expand Down

0 comments on commit 6b66db7

Please sign in to comment.