Fix unrelated bugs and update dependencies

Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
This commit is contained in:
Florian Steffens
2023-12-14 10:53:22 +01:00
committed by Cleopatra Enjeck M
parent e422055982
commit 11b50d69c0
2 changed files with 2 additions and 2 deletions

2
composer.lock generated
View File

@ -2864,4 +2864,4 @@
"php": "8.0"
},
"plugin-api-version": "2.6.0"
}
}

View File

@ -54,7 +54,7 @@ export class AbstractColumn {
/**
* parse an input value
*
* @param value
* @param {*} value Value to parse
* @return {*}
*/
parseValue(value) {