Update save record block definition
This commit is contained in:
parent
0b424c1f1f
commit
d31f4f5c34
|
@ -17,11 +17,10 @@ module.exports.definition = {
|
||||||
modelId: {
|
modelId: {
|
||||||
type: "string",
|
type: "string",
|
||||||
customType: "model",
|
customType: "model",
|
||||||
title: "Table",
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
customType: "record",
|
customType: "record",
|
||||||
title: "The record to be written",
|
title: "Table",
|
||||||
required: ["modelId"],
|
required: ["modelId"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue