mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
fix: move to well known parent when no parent selected (#5516)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
parent
93192bcdbc
commit
45446a497f
@ -30,7 +30,7 @@
|
||||
async function save (): Promise<void> {
|
||||
await client.update(value, {
|
||||
space,
|
||||
attachedTo: parent
|
||||
attachedTo: parent ?? document.ids.NoParent
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user