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

Loading…
Cancel
Save