Skip to content

Commit

Permalink
QFIX: Create project type (#4685)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
  • Loading branch information
haiodo authored Feb 16, 2024
1 parent 7562a5e commit 0ad132e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/task/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0ad132e

Please sign in to comment.