Revert "Fix persistent schedule view filter"
This reverts commit 73cfbd5bbd
.
This commit is contained in:
parent
a64edff176
commit
3e1bce8693
@ -139,7 +139,6 @@
|
|||||||
this.$watch(
|
this.$watch(
|
||||||
() => (this.client, this.selection, this.date_begin, this.date_end, {}),
|
() => (this.client, this.selection, this.date_begin, this.date_end, {}),
|
||||||
debounce(async () => {
|
debounce(async () => {
|
||||||
this.filter = {};
|
|
||||||
this.update();
|
this.update();
|
||||||
}, 500)
|
}, 500)
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user