diff --git a/packages/builder/src/components/userInterface/temporaryPanelStructure.js b/packages/builder/src/components/userInterface/temporaryPanelStructure.js index 1c809e0aab..ca2a001a8b 100644 --- a/packages/builder/src/components/userInterface/temporaryPanelStructure.js +++ b/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",