We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1df68 commit 460a350Copy full SHA for 460a350
resources/js/Pages/Collection/Components/CollectionNav.vue
@@ -8,8 +8,14 @@
8
>Documents</NavButton>
9
10
<a
11
- name="filament.admin.resources.events.index"
12
- :href="route('filament.admin.resources.events.index')"
+ name="`filament.admin.resources.events.index"
+ :href="route('filament.admin.resources.events.index', {
13
+ tableFilters: {
14
+ collection_id: {
15
+ value: collection.id
16
+ }
17
18
+ })"
19
>Events</a>
20
</div>
21
0 commit comments