@izara_frontend/service-schemas 1.0.6 → 1.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@izara_frontend/service-schemas",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1329,7 +1329,7 @@ export function collectObjectLinksWithRequestProperties() {
1329
1329
  if (updateState) {
1330
1330
  if (errorsFound && errorsFound.length) {
1331
1331
  setErrorsFound(errorsFound);
1332
- setResult(null);
1332
+ // setResult(null);
1333
1333
  } else {
1334
1334
  const [currentObjTypeConcat] = createObjTypeConcat(objType);
1335
1335