Skip to content

Commit

Permalink
fix(@dpc-sdp/ripple-tide-search): stop navigation when there's nothin…
Browse files Browse the repository at this point in the history
…g to navigate to
  • Loading branch information
lambry committed Dec 26, 2024
1 parent ea62ddb commit 4a87fec
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ const props = withDefaults(defineProps<Props>(), {
})
const handleSelect = async (val: any) => {
if (!val) return
const locationParams = getScopedQueryParams('location', val)
await navigateTo(
Expand Down

0 comments on commit 4a87fec

Please sign in to comment.