We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afac639 commit 8071763Copy full SHA for 8071763
client/packages/lowcoder/src/comps/comps/allComp.test.tsx
@@ -52,15 +52,15 @@ const COMPS_MAP = {
52
test: TestComp,
53
input: InputComp,
54
// query: QueryComp,
55
- js: JSQuery,
56
- mysql: SQLQuery,
57
- params: ParamsStringControl,
58
- layout: AppLayoutComp,
59
- root: RootComp,
60
- listView: ListViewComp,
61
- table: TableComp,
62
- tableColumn: ColumnComp,
63
- tableColumnRender: RenderComp,
+ // js: JSQuery,
+ // mysql: SQLQuery,
+ // params: ParamsStringControl,
+ // layout: AppLayoutComp,
+ // root: RootComp,
+ // listView: ListViewComp,
+ // table: TableComp,
+ // tableColumn: ColumnComp,
+ // tableColumnRender: RenderComp,
64
} as Record<string, CompConstructor>;
65
66
Object.entries(uiCompRegistry).forEach(async ([key, value]) => {
0 commit comments