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,