From 13157e3bba1f81d722be5c61a9b0f709bcf11c12 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 30 Sep 2022 21:06:26 +0200 Subject: [PATCH] fix(filters): changing filter checkbox values not being emitted to parent components See https://community.vikunja.io/t/saved-filters-option-include-tasks-which-dont-have-a-value-set-is-still-set-after-saving-the-filter-despite-the-option-was-unselected/858 --- src/components/list/partials/filters.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/list/partials/filters.vue b/src/components/list/partials/filters.vue index 838f259d..df5e399e 100644 --- a/src/components/list/partials/filters.vue +++ b/src/components/list/partials/filters.vue @@ -1,7 +1,7 @@