fix: don't try to pass nonexistant props to filters
Resolves https://kolaente.dev/vikunja/frontend/issues/2152
This commit is contained in:
parent
0456f4a041
commit
6dc02c45dd
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@
|
|||
v-model="value"
|
||||
ref="filters"
|
||||
class="filter-popup"
|
||||
:class="{'is-open': isOpen}"
|
||||
/>
|
||||
</modal>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue