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