diff --git a/src/frontend/src/store/slices/CreateProjectSlice.ts b/src/frontend/src/store/slices/CreateProjectSlice.ts index 38ebf6767b..90c1d98db0 100755 --- a/src/frontend/src/store/slices/CreateProjectSlice.ts +++ b/src/frontend/src/store/slices/CreateProjectSlice.ts @@ -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;