QFIX: Create project type (#4685)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2024-02-17 02:24:31 +07:00 committed by GitHub
parent 7562a5e5cf
commit 0ad132e7bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -230,7 +230,7 @@ export async function createProjectType (
const targetProjectClassId: Ref<Class<Doc>> = generateId()
const tmpl = await client.createDoc(
task.class.ProjectType,
core.space.Model,
core.space.Space,
{
description: data.description,
shortDescription: data.shortDescription,