@hivegpt/hiveai-angular 0.0.273 → 0.0.274
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/bundles/hivegpt-hiveai-angular.umd.js +7 -3
- package/bundles/hivegpt-hiveai-angular.umd.js.map +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js.map +1 -1
- package/esm2015/lib/components/chat-drawer/chat-drawer.component.js +8 -4
- package/fesm2015/hivegpt-hiveai-angular.js +7 -3
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/lib/components/chat-drawer/chat-drawer.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -826,8 +826,7 @@
|
|
|
826
826
|
try {
|
|
827
827
|
this.socketService.disconnectSocketConnection();
|
|
828
828
|
}
|
|
829
|
-
catch (error) {
|
|
830
|
-
}
|
|
829
|
+
catch (error) { }
|
|
831
830
|
setTimeout(function () {
|
|
832
831
|
_this.socketService.connectSocketConnection();
|
|
833
832
|
setTimeout(function () {
|
|
@@ -1837,7 +1836,12 @@
|
|
|
1837
1836
|
_this.cdr.markForCheck();
|
|
1838
1837
|
return rxjs.of(res);
|
|
1839
1838
|
}), operators.catchError(function (error) {
|
|
1840
|
-
console.error('Error fetching chatbot config: ', error);
|
|
1839
|
+
console.error('Error fetching chatbot config DJ: ', error);
|
|
1840
|
+
if (error.HttpErrorResponse.status == 404) {
|
|
1841
|
+
console.log('dash');
|
|
1842
|
+
_this.isDocInEditMode = false;
|
|
1843
|
+
_this.isContentLoaded = true;
|
|
1844
|
+
}
|
|
1841
1845
|
return rxjs.of(null);
|
|
1842
1846
|
}));
|
|
1843
1847
|
};
|