We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3bf15 commit a45a0b4Copy full SHA for a45a0b4
src/repositories/category.ts
@@ -30,6 +30,7 @@ export class CategoryRepository extends AbstractResourceRepository {
30
name: draft.name,
31
slug: draft.slug,
32
orderHint: draft.orderHint || '',
33
+ externalId: draft.externalId || '',
34
parent: draft.parent
35
? { typeId: 'category', id: draft.parent.id! }
36
: undefined,
0 commit comments