mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
BugFix: Clear Button Not working
This commit is contained in:
parent
7be040472a
commit
7901d7666e
1 changed files with 2 additions and 0 deletions
|
@ -253,6 +253,8 @@ export default {
|
|||
clearFilters() {
|
||||
this.$emit("updateFilter", {
|
||||
status: [],
|
||||
active: [],
|
||||
tags: [],
|
||||
});
|
||||
},
|
||||
getExistingTags(callback) {
|
||||
|
|
Loading…
Reference in a new issue