1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

"DataList" = old list, "List" = new list

This commit is contained in:
Michael Shanks 2020-06-04 11:56:42 +01:00
parent 4e01e9c091
commit bd3a7b41f7

View file

@ -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",