fix_tasks_states_template_triggers (#3705)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2023-09-15 23:57:45 +07:00
committed by GitHub
parent b5275c7f3e
commit 6a3dcc9b5f
3 changed files with 142 additions and 36 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ export interface KanbanTemplateSpace extends Space {
ofAttribute: Ref<Attribute<State>>
doneAttribute?: Ref<Attribute<DoneState>>
editor?: AnyComponent
attachedToClass: Ref<Class<Doc>>
attachedToClass: Ref<Class<SpaceWithStates>>
}
/**