Skip to content

Commit ad8a054

Browse files
authored
Merge pull request #865 from SlideRuleEarth/carlos-dev4
Remove refId and name from atl13x request #864
2 parents 140dd3d + a38e672 commit ad8a054

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web-client/src/stores/reqParamsStore.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ export function getDefaultReqParamsState(): SrReqParamsState {
166166
gedi_fields: [] as string[],
167167
useAtl13RefId: false,
168168
atl13: {
169-
refid: 0 as number,
170-
name: '' as string,
171169
coord: null as Atl13Coord | null
172170
} as { refid: number; name: string; coord: Atl13Coord | null },
173171
useAtl13Polygon: false,

0 commit comments

Comments
 (0)