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

This commit is contained in:
Michael Shanks 2020-06-04 11:56:42 +01:00
parent f10e08fee3
commit db0624b01b
1 changed files with 3 additions and 3 deletions

View File

@ -307,8 +307,8 @@ export default {
}, },
children: [], children: [],
}, },
/*{ {
name: "List", name: "Data List",
_component: "@budibase/standard-components/datalist", _component: "@budibase/standard-components/datalist",
description: "Shiny list", description: "Shiny list",
icon: "ri-file-list-fill", icon: "ri-file-list-fill",
@ -317,7 +317,7 @@ export default {
settings: [{ label: "Model", key: "model", control: ModelSelect }], settings: [{ label: "Model", key: "model", control: ModelSelect }],
}, },
children: [], children: [],
},*/ },
{ {
name: "List", name: "List",
_component: "@budibase/standard-components/list", _component: "@budibase/standard-components/list",