mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-08 18:57:42 +02:00
Hierarchy clone fix (#1936)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
const client = getClient()
|
||||
|
||||
query.query(core.class.Enum, {}, (res) => {
|
||||
console.log(res)
|
||||
enums = res
|
||||
if (selected !== undefined) {
|
||||
selected = enums.find((p) => p._id === selected?._id)
|
||||
|
||||
Reference in New Issue
Block a user