"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
1 changed files with 3 additions and 3 deletions

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