1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Update save record block definition

This commit is contained in:
Andrew Kingston 2020-09-17 14:04:13 +01:00
parent 0b424c1f1f
commit d31f4f5c34

View file

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