:Apply templates (#3799)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-10-07 16:38:21 +06:00
committed by GitHub
parent 96b0cae268
commit 9075e300ca
1014 changed files with 6848 additions and 8091 deletions
+2 -2
View File
@@ -154,8 +154,8 @@ export class TSpaceWithStates extends TSpace {
@Model(task.class.KanbanTemplateSpace, core.class.Space)
export class TKanbanTemplateSpace extends TSpace implements KanbanTemplateSpace {
name!: IntlString
description!: IntlString
declare name: IntlString
declare description: IntlString
icon!: AnyComponent
editor!: AnyComponent
ofAttribute!: Ref<Attribute<State>>