Browse Source

replace DataList with new List

pull/324/head
Michael Shanks 6 years ago
parent
commit
f10e08fee3
  1. 6
      packages/builder/src/components/userInterface/temporaryPanelStructure.js

6
packages/builder/src/components/userInterface/temporaryPanelStructure.js

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

Loading…
Cancel
Save