mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 01:25:00 +02:00
Worker fixes (#10562)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -737,7 +737,7 @@ export async function CreateCard (
|
||||
...attrs
|
||||
} as any
|
||||
if (newContent !== undefined) {
|
||||
data.content = content
|
||||
data.content = newContent
|
||||
}
|
||||
const filledData = fillDefaults(control.client.getHierarchy(), data, masterTag)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user