mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 12:47:45 +02:00
Fix meeting minutes (#7181)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -492,7 +492,7 @@ function defineDocument (builder: Builder): void {
|
||||
|
||||
builder.createDoc(activity.class.ActivityExtension, core.space.Model, {
|
||||
ofClass: document.class.Document,
|
||||
components: { input: chunter.component.ChatMessageInput }
|
||||
components: { input: { component: chunter.component.ChatMessageInput } }
|
||||
})
|
||||
|
||||
// Search
|
||||
|
||||
Reference in New Issue
Block a user