mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-02-16 09:10:21 +00:00
fix filter not resetting text length on clear
This commit is contained in:
@@ -633,6 +633,7 @@ export default {
|
||||
return node.color === "warning" ? "Disable Maintenance Mode" : "Enable Maintenance Mode";
|
||||
},
|
||||
clearFilter() {
|
||||
this.filterTextLength = 0;
|
||||
this.filterPatchesPending = false;
|
||||
this.filterRebootNeeded = false;
|
||||
this.filterChecksFailing = false;
|
||||
|
||||
Reference in New Issue
Block a user