From 0ad132e7bcce40582f2bdab082398b269423812b Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Sat, 17 Feb 2024 02:24:31 +0700 Subject: [PATCH] QFIX: Create project type (#4685) Signed-off-by: Andrey Sobolev --- plugins/task/src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/task/src/utils.ts b/plugins/task/src/utils.ts index b6e5a2da8d..0e84898efd 100644 --- a/plugins/task/src/utils.ts +++ b/plugins/task/src/utils.ts @@ -230,7 +230,7 @@ export async function createProjectType ( const targetProjectClassId: Ref> = generateId() const tmpl = await client.createDoc( task.class.ProjectType, - core.space.Model, + core.space.Space, { description: data.description, shortDescription: data.shortDescription,