Rename datasource prop from table to data for all components

This commit is contained in:
Andrew Kingston 2020-10-13 09:40:07 +01:00
parent d8e349ddaa
commit 9acab69a06
1 changed files with 6 additions and 6 deletions

View File

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