mirror of
https://github.com/nextcloud/tables.git
synced 2025-08-16 15:17:20 +00:00
Fix unrelated bugs and update dependencies
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
This commit is contained in:

committed by
Cleopatra Enjeck M

parent
e422055982
commit
11b50d69c0
2
composer.lock
generated
2
composer.lock
generated
@ -2864,4 +2864,4 @@
|
||||
"php": "8.0"
|
||||
},
|
||||
"plugin-api-version": "2.6.0"
|
||||
}
|
||||
}
|
@ -54,7 +54,7 @@ export class AbstractColumn {
|
||||
/**
|
||||
* parse an input value
|
||||
*
|
||||
* @param value
|
||||
* @param {*} value Value to parse
|
||||
* @return {*}
|
||||
*/
|
||||
parseValue(value) {
|
||||
|
Reference in New Issue
Block a user