Revert "Fix persistent schedule view filter"

This reverts commit 73cfbd5bbd.
This commit is contained in:
Jiang Yio 2023-05-05 01:12:03 -04:00
parent a64edff176
commit 3e1bce8693

View File

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