Skip to content

Commit

Permalink
fix(createProjecSlice): clear additionalFeatureGeojson state after su…
Browse files Browse the repository at this point in the history
…ccessful project creation (#2041)
  • Loading branch information
NSUWAL123 authored Dec 30, 2024
1 parent 3c15671 commit be1fd4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/store/slices/CreateProjectSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const CreateProject = createSlice({
state.generateProjectSuccess = false;
state.generateProjectError = false;
state.drawToggle = false;
state.additionalFeatureGeojson = null;
},
GetFormCategoryLoading(state, action) {
state.formCategoryLoading = action.payload;
Expand Down

0 comments on commit be1fd4e

Please sign in to comment.