Browse Source

Rename datasource prop from table to data for all components

pull/4023/head
Andrew Kingston 6 years ago
parent
commit
0f862e3c66
  1. 12
      packages/builder/src/components/userInterface/temporaryPanelStructure.js

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

@ -305,7 +305,7 @@ export default {
design: { ...all }, design: { ...all },
settings: [ settings: [
{ {
label: "Table", label: "Data",
key: "datasource", key: "datasource",
control: ModelViewSelect, control: ModelViewSelect,
}, },
@ -587,7 +587,7 @@ export default {
design: { ...all }, design: { ...all },
settings: [ settings: [
{ {
label: "Table", label: "Data",
key: "datasource", key: "datasource",
control: ModelViewSelect, control: ModelViewSelect,
}, },
@ -659,7 +659,7 @@ export default {
properties: { properties: {
settings: [ settings: [
{ {
label: "Table", label: "Data",
key: "datasource", key: "datasource",
control: ModelViewSelect, control: ModelViewSelect,
}, },
@ -753,7 +753,7 @@ export default {
properties: { properties: {
settings: [ settings: [
{ {
label: "Table", label: "Data",
key: "datasource", key: "datasource",
control: ModelViewSelect, control: ModelViewSelect,
}, },
@ -867,7 +867,7 @@ export default {
properties: { properties: {
settings: [ settings: [
{ {
label: "Table", label: "Data",
key: "datasource", key: "datasource",
control: ModelViewSelect, control: ModelViewSelect,
}, },
@ -970,7 +970,7 @@ export default {
properties: { properties: {
settings: [ settings: [
{ {
label: "Table", label: "Data",
key: "datasource", key: "datasource",
control: ModelViewSelect, control: ModelViewSelect,
}, },

Loading…
Cancel
Save