complexqa_frontend_core 1.8.1 → 1.8.2
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
|
@@ -435,6 +435,10 @@ export class ApiAbstractElementClass
|
|
|
435
435
|
{
|
|
436
436
|
return api_response?.data?.api_result;
|
|
437
437
|
}
|
|
438
|
+
else if (api_response?.data?.api_result === false)
|
|
439
|
+
{
|
|
440
|
+
return api_response?.data?.api_result;
|
|
441
|
+
}
|
|
438
442
|
else
|
|
439
443
|
{
|
|
440
444
|
return api_response?.data;
|