Skip to content

Commit

Permalink
Add sport as match filter
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-keller-dev committed Oct 4, 2024
1 parent d27e081 commit 0e6069e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/MatchView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
state-key="dt-state-match"
filter-display="row"
:value="matchStore.allMatchs"
:global-filter-fields="['league', 'date', 'match', 'venue']"
:global-filter-fields="['sport', 'league', 'date', 'match', 'venue']"
paginator
:rows="50">
<template #header>
Expand Down

0 comments on commit 0e6069e

Please sign in to comment.