1
0
Fork 0
mirror of synced 2024-07-09 00:06:05 +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: [],
},
{
/*{
name: "List",
_component: "@budibase/standard-components/datalist",
description: "Shiny list",
@ -317,9 +317,9 @@ export default {
settings: [{ label: "Model", key: "model", control: ModelSelect }],
},
children: [],
},
},*/
{
name: "Another List",
name: "List",
_component: "@budibase/standard-components/list",
description: "Shiny list",
icon: "ri-file-list-fill",