Fix persistent schedule view filter
This commit is contained in:
parent
c53a9654b5
commit
73cfbd5bbd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user