fix filter not resetting text length on clear

This commit is contained in:
wh1te909
2020-11-11 05:30:24 +00:00
parent f710b61cd0
commit 11364c2fbc

View File

@@ -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;