mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Add type for filterState
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
f8ef326743
commit
f549eaec20
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ export default {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns applied filters based on query params.
|
* Returns applied filters based on query params.
|
||||||
* @returns {object} The current filter state.
|
* @returns {{ status: number[], active: bool, tags: number[] }} The current filter state.
|
||||||
*/
|
*/
|
||||||
filterState() {
|
filterState() {
|
||||||
// Since query params are always strings, convert them to the correct type
|
// Since query params are always strings, convert them to the correct type
|
||||||
|
|
Loading…
Reference in a new issue