Fix persistent schedule view filter

This commit is contained in:
Jiang Yio 2023-05-01 17:20:40 -04:00
parent c53a9654b5
commit 73cfbd5bbd

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)