@steedos/service-plugin-amis 2.3.1-beta.2 → 2.3.1-beta.3

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.
@@ -115,7 +115,7 @@ module.exports = {
115
115
  schema = await AmisLib.getListSchema(null, objectApiName, "all");
116
116
  break;
117
117
  }
118
- return schema && schema.amisSchema || {};
118
+ return schema && schema.amisSchema;
119
119
  // return AmisSchema.getRecordSchema(objectApiName, '${recordId}', false, userSession);
120
120
  }
121
121
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "2.3.1-beta.2",
3
+ "version": "2.3.1-beta.3",
4
4
  "main": "package.service.js",
5
5
  "scripts": {
6
6
  "build": "node .scripts/build.tailwind.js"
@@ -13,5 +13,5 @@
13
13
  "dependencies": {
14
14
  "@steedos-widgets/amis-lib": "^0.0.7"
15
15
  },
16
- "gitHead": "90c8b343e760df21f482433b89fdc95e076ca566"
16
+ "gitHead": "295037dcb3bd046c5c65a06e02b74e76c0ee7ac2"
17
17
  }