Skip to content

Commit

Permalink
Select 2018-2022 date range by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nerik committed Sep 27, 2023
1 parent d27f634 commit ee5a107
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ type AnyAnalysisParamsKey = keyof AnalysisParams;
type AnyAnalysisParamsType = Date | DatasetLayer[] | FeatureCollection<Polygon>;

const initialState: AnalysisParamsNull = {
start: undefined,
end: undefined,
start: new Date(2018, 0, 1),
end: new Date(2022, 11, 31),
datasetsLayers: undefined,
aoi: undefined,
errors: null
Expand Down

0 comments on commit ee5a107

Please sign in to comment.