@steedos-labs/plugin-workflow 3.0.0-beta.11 → 3.0.0-beta.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -223,7 +223,7 @@ router.post('/am/forms', async function (req, res) {
223
223
  name: form["name"],
224
224
  app: form["app"],
225
225
  category: form["category"],
226
- enable_amisform: true
226
+ enable_amisform: false
227
227
  }
228
228
  if (companyId) {
229
229
  flow.company_id = companyId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos-labs/plugin-workflow",
3
- "version": "3.0.0-beta.11",
3
+ "version": "3.0.0-beta.12",
4
4
  "main": "package.service.js",
5
5
  "license": "MIT",
6
6
  "scripts": {