mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 08:44:04 +00:00
Add type for updateFilter param
This commit is contained in:
parent
9c50d709f1
commit
958fc99ea9
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ export default {
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* Update the MonitorList Filter
|
* Update the MonitorList Filter
|
||||||
* @param {object} newFilter Object with new filter
|
* @param {{ status: number[], active: bool, tags: number[] }} newFilter Object with new filter
|
||||||
* @returns {void}
|
* @returns {void}
|
||||||
*/
|
*/
|
||||||
updateFilter(newFilter) {
|
updateFilter(newFilter) {
|
||||||
|
|
Loading…
Reference in a new issue