"DataList" = old list, "List" = new list
This commit is contained in:
parent
4e01e9c091
commit
bd3a7b41f7
|
@ -307,8 +307,8 @@ export default {
|
|||
},
|
||||
children: [],
|
||||
},
|
||||
/*{
|
||||
name: "List",
|
||||
{
|
||||
name: "Data List",
|
||||
_component: "@budibase/standard-components/datalist",
|
||||
description: "Shiny list",
|
||||
icon: "ri-file-list-fill",
|
||||
|
@ -317,7 +317,7 @@ export default {
|
|||
settings: [{ label: "Model", key: "model", control: ModelSelect }],
|
||||
},
|
||||
children: [],
|
||||
},*/
|
||||
},
|
||||
{
|
||||
name: "List",
|
||||
_component: "@budibase/standard-components/list",
|
||||
|
|
Loading…
Reference in New Issue