Skip to content

Commit

Permalink
fix: use topicslug instead of topics
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreyaldebert committed Dec 17, 2024
1 parent 9ed1bd1 commit c23ded0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/bouquets/BouquetsListView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ watch(
:is-filter="true"
:search-label="`Filtrer les ${topicsName}s`"
:label="`Filtrer les ${topicsName}s`"
:search-endpoint="router.resolve({ name: 'bouquets' }).href"
:search-endpoint="router.resolve({ name: topicsSlug }).href"
@update:model-value="search"
/>
</div>
Expand Down

0 comments on commit c23ded0

Please sign in to comment.