1
0
Fork 0
mirror of synced 2024-09-06 04:31:18 +12:00

replace DataList with new List

This commit is contained in:
Michael Shanks 2020-06-03 09:25:56 +01:00
parent dbbd031411
commit 4e01e9c091

View file

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