Skip to content

Commit

Permalink
Update localStorage.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-lu authored Sep 17, 2024
1 parent b96c953 commit 520e632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reducers/localStorage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const loadState = (): StoreEnhancer<unknown, unknown> | undefined => {
state['mappingReducer'].stacfilter = [];
state['mappingReducer'].center = { lat: 54.5, lng: -115 };
state['mappingReducer'].zoom = [];
state['mappingReducer'].orgfilter = [];
state['mappingReducer'].freezeMapSearch = { freeze: true };
return state;
}
Expand Down

0 comments on commit 520e632

Please sign in to comment.