oolib 2.129.6 → 2.129.7

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.
@@ -143,9 +143,8 @@ var TextInput = function (props) {
143
143
  })];
144
144
  case 3:
145
145
  pluginResponse = _a.sent();
146
+ setValidationStatus(pluginResponse);
146
147
  console.log({ pluginResponse: pluginResponse });
147
- if (pluginResponse)
148
- return [2 /*return*/, pluginResponse];
149
148
  _a.label = 4;
150
149
  case 4: return [2 /*return*/];
151
150
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.129.6",
3
+ "version": "2.129.7",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",