mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
chore(react/type_widgets): get ai chat widget to render
This commit is contained in:
@@ -37,7 +37,8 @@ const TYPE_MAPPINGS: Record<ExtendedNoteType, () => Promise<{ default: TypeWidge
|
||||
"render": () => import("./type_widgets/Render"),
|
||||
"canvas": () => import("./type_widgets/Canvas"),
|
||||
"relationMap": () => import("./type_widgets/relation_map/RelationMap"),
|
||||
"noteMap": () => import("./type_widgets/NoteMap")
|
||||
"noteMap": () => import("./type_widgets/NoteMap"),
|
||||
"aiChat": () => import("./type_widgets/AiChat")
|
||||
// TODO: finalize the record.
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user