Fix persistent schedule view filter

This commit is contained in:
Jiang Yio 2023-05-01 17:20:40 -04:00
parent f0dcabe6b8
commit 2b7ae75cc3

View File

@ -135,6 +135,7 @@
this.$watch(
() => (this.client, this.selection, this.date_begin, this.date_end, {}),
debounce(async () => {
this.filter = {};
window.clearTimeout(this.timer);
this.update();
}, 500)