Skip to content

Commit

Permalink
Fix search type popover (#4933)
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat authored Sep 16, 2024
1 parent cdb7a48 commit 849a493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/VHeader/VHeaderDesktop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const { doneHydrating } = useHydrating()
</span>
</VSearchBar>

<VSearchTypePopover :show-label="isXl" placement="header" />
<VSearchTypePopover :show-label="isXl" />

<VFilterButton
ref="filterButtonRef"
Expand Down

0 comments on commit 849a493

Please sign in to comment.