Skip to content

Commit 2758ad1

Browse files
committed
Fix global filter update
1 parent 05cf98d commit 2758ad1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/filters/components/GlobalFilters.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
function onChanged(filter: FilterData, value: FilterData['value']) {
1515
router.post(
16-
route('code16.sharp.filters.update', { filterKey: filter.key }),
16+
route('code16.sharp.filters.update', { key: filter.key }),
1717
{ value },
1818
{ preserveState: false, preserveScroll: false }
1919
);

0 commit comments

Comments
 (0)