Skip to content

Commit

Permalink
set filter inthe link
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Sep 13, 2024
1 parent 3a1df68 commit 460a350
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions resources/js/Pages/Collection/Components/CollectionNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@
>Documents</NavButton>

<a
name="filament.admin.resources.events.index"
:href="route('filament.admin.resources.events.index')"
name="`filament.admin.resources.events.index"
:href="route('filament.admin.resources.events.index', {
tableFilters: {
collection_id: {
value: collection.id
}
}
})"
>Events</a>
</div>

Expand Down

0 comments on commit 460a350

Please sign in to comment.