Skip to content

Commit

Permalink
fix(leadAnalystName): fix search fields
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpaige committed Aug 31, 2023
1 parent 656b246 commit e84490f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ui/src/components/Opensearch/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const filterMapQueryReducer = (
fields: [
"id.keyword",
"submitterName.keyword",
"leadAnalyst.keyword",
"leadAnalystName.keyword",
],
query,
},
Expand Down

0 comments on commit e84490f

Please sign in to comment.