replace DataList with new List
This commit is contained in:
parent
dbbd031411
commit
4e01e9c091
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue