mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 20:27:43 +02:00
Fix query clone respect mixins (#1631)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -98,8 +98,7 @@ export async function doNavigate (
|
||||
if (ex === undefined) {
|
||||
const r = await client.findOne(props.spaceClass, {})
|
||||
if (r !== undefined) {
|
||||
loc.path[3] = r._id
|
||||
navigate(loc)
|
||||
loc.path[2] = r._id
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user