We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3e1bd commit 009cea8Copy full SHA for 009cea8
client/packages/lowcoder/src/comps/uiCompRegistry.ts
@@ -123,7 +123,7 @@ export type UICompType =
123
| "comment" //Added By Mousheng
124
| "mention" //Added By Mousheng
125
| "autocomplete" //Added By Mousheng
126
- | "chats" //Added By Fred
+ | "chat" //Added By Fred
127
| "responsiveLayout";
128
129
export const uiCompRegistry = {} as Record<UICompType | string, UICompManifest>;
0 commit comments