Skip to content

Commit 009cea8

Browse files
added comps
1 parent 0d3e1bd commit 009cea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/uiCompRegistry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export type UICompType =
123123
| "comment" //Added By Mousheng
124124
| "mention" //Added By Mousheng
125125
| "autocomplete" //Added By Mousheng
126-
| "chats" //Added By Fred
126+
| "chat" //Added By Fred
127127
| "responsiveLayout";
128128

129129
export const uiCompRegistry = {} as Record<UICompType | string, UICompManifest>;

0 commit comments

Comments
 (0)