mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 05:07:43 +02:00
@@ -83,7 +83,7 @@
|
||||
}
|
||||
|
||||
function isSelected (value: Doc, values: any[]): boolean {
|
||||
return values.includes(value._id)
|
||||
return values.includes(value?._id ?? '')
|
||||
}
|
||||
|
||||
function checkMode () {
|
||||
|
||||
Reference in New Issue
Block a user