File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
client/packages/lowcoder/src/comps/comps Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ const COMPS_MAP = {
52
52
test : TestComp ,
53
53
input : InputComp ,
54
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 ,
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,
64
64
} as Record < string , CompConstructor > ;
65
65
66
66
Object . entries ( uiCompRegistry ) . forEach ( async ( [ key , value ] ) => {
You can’t perform that action at this time.
0 commit comments