Add type for filterState

Co-authored-by: Frank Elsinga <frank@elsinga.de>
pull/5248/head
Suven-p 4 weeks ago committed by GitHub
parent f8ef326743
commit f549eaec20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -160,7 +160,7 @@ export default {
/**
* 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() {
// Since query params are always strings, convert them to the correct type

Loading…
Cancel
Save