Browse Source

Update save record block definition

pull/626/head
Andrew Kingston 6 years ago
parent
commit
a1f52b733b
  1. 3
      packages/server/src/workflows/steps/saveRecord.js

3
packages/server/src/workflows/steps/saveRecord.js

@ -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…
Cancel
Save