From 3e1bce8693d18d5f60cce0f0cdae02c8ecd61247 Mon Sep 17 00:00:00 2001 From: inportb Date: Fri, 5 May 2023 01:12:03 -0400 Subject: [PATCH] Revert "Fix persistent schedule view filter" This reverts commit 73cfbd5bbdf8335ae0a13e68fd3d045226acb94d. --- htdocs/ViewSchedule.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/ViewSchedule.vue b/htdocs/ViewSchedule.vue index 7c0377e..e50e13a 100644 --- a/htdocs/ViewSchedule.vue +++ b/htdocs/ViewSchedule.vue @@ -139,7 +139,6 @@ this.$watch( () => (this.client, this.selection, this.date_begin, this.date_end, {}), debounce(async () => { - this.filter = {}; this.update(); }, 500) );