Browse Source

lint fix

pull/404/head
Michael Shanks 6 years ago
parent
commit
c5eae1ec2f
  1. 3
      packages/builder/src/components/userInterface/temporaryPanelStructure.js

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

@ -417,7 +417,8 @@ export default {
{
name: "Record Detail",
_component: "@budibase/standard-components/recorddetail",
description: "Loads a record, using an id from the URL, which can be used with {{ context }}, in children",
description:
"Loads a record, using an id from the URL, which can be used with {{ context }}, in children",
icon: "ri-profile-line",
properties: {
design: { ...all },

Loading…
Cancel
Save