Add chat UI fixes (#5632)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2024-05-22 12:32:45 +05:00
committed by GitHub
parent f956b8d98e
commit 930d13b2a3
9 changed files with 52 additions and 19 deletions
+1
View File
@@ -410,6 +410,7 @@ export interface Viewlet extends Doc {
configOptions?: ViewletConfigOptions
viewOptions?: ViewOptionsModel
variant?: string
props?: Record<string, any>
}
/**