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 = {
5252 test : TestComp ,
5353 input : InputComp ,
5454 // 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,
6464} as Record < string , CompConstructor > ;
6565
6666Object . entries ( uiCompRegistry ) . forEach ( async ( [ key , value ] ) => {
You can’t perform that action at this time.
0 commit comments