mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Fix: Remove requested changes
This commit is contained in:
parent
07f02b2ceb
commit
a39e117933
1 changed files with 1 additions and 3 deletions
|
@ -202,9 +202,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
getActiveFilters: function () {
|
||||
const filters = Object.fromEntries(
|
||||
Array.from(Object.entries(this.$router.currentRoute.value.query ?? {}))
|
||||
);
|
||||
const filters = this.$router.currentRoute.value.query;
|
||||
|
||||
return {
|
||||
status: filters["status"] ? filters["status"].split(",") : [],
|
||||
|
|
Loading…
Reference in a new issue