mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 04:37:44 +02:00
Rework documents (#2347)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
})
|
||||
|
||||
const spaceI = createQuery()
|
||||
$: spaceI.query<SpaceWithStates>(spaceClass, { _id: _id }, (result) => {
|
||||
$: spaceI.query<SpaceWithStates>(spaceClass, { _id }, (result) => {
|
||||
spaceInstance = result.shift()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user