@arquimedes.co/eureka-forms 2.0.90-test → 2.0.91
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.
|
@@ -226,7 +226,9 @@ var getEntityValueOptions = function (idOrganization, step, dependencyStore) { r
|
|
|
226
226
|
}
|
|
227
227
|
}
|
|
228
228
|
url = "".concat(idOrganization, "/entities/").concat(step.idEntity).concat(urlPath, "?").concat(params.toString());
|
|
229
|
-
return [4 /*yield*/, widgetInstance.get(url
|
|
229
|
+
return [4 /*yield*/, widgetInstance.get(url, {
|
|
230
|
+
timeout: 120,
|
|
231
|
+
})];
|
|
230
232
|
case 1:
|
|
231
233
|
response = _j.sent();
|
|
232
234
|
return [2 /*return*/, response.data.filter(function (option) { var _a; return ((_a = step.options[option._id]) === null || _a === void 0 ? void 0 : _a.type) !== EntityValueOptionTypes.HIDE; })];
|
package/package.json
CHANGED