Skip to content

Commit

Permalink
Merge pull request #1964 from asfadmin/will/displacement
Browse files Browse the repository at this point in the history
fix: search type selector not showing displacement when selected
  • Loading branch information
williamh890 authored Aug 29, 2024
2 parents 9ea8045 + ba7fbdd commit 818b053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/models/search-type.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export enum SearchType {
BASELINE = 'Baseline Search',
SBAS = 'SBAS Search',
CUSTOM_PRODUCTS = 'On Demand',
DISPLACEMENT = 'DISPLACEMENT',
DISPLACEMENT = 'Displacement',
SARVIEWS_EVENTS = 'Event Search',
DERIVED_DATASETS = 'Derived Datasets',
}
Expand All @@ -13,7 +13,7 @@ export const SearchTypeTranslation = {
'Geographic Search' : 'GEOGRAPHIC_SEARCH',
'List Search' : 'LIST_SEARCH',
'Baseline Search' : 'BASELINE_SEARCH',
'Timeseries Tool' : 'DISPLACEMENT_TOOL',
'Displacement' : 'DISPLACEMENT',
'SBAS Search' : 'SBAS_SEARCH',
'On Demand' : 'ON_DEMAND',
'Event Search' : 'EVENT_SEARCH',
Expand Down

0 comments on commit 818b053

Please sign in to comment.