Skip to content

Commit

Permalink
feat(web): search ref names in dataset selector
Browse files Browse the repository at this point in the history
This will also take into account reference friendly names when filtering dataset selector list
  • Loading branch information
ivan-aksamentov committed Oct 20, 2023
1 parent e2aff98 commit 793a7d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export function DatasetSelectorList({
dataset.attributes.name.value,
dataset.attributes.name.valueFriendly ?? '',
dataset.attributes.reference.value,
dataset.attributes.reference.valueFriendly ?? '',
],
)
}, [autodetectResult, searchTerm])
Expand Down

0 comments on commit 793a7d4

Please sign in to comment.