@smartbit4all/ng-client 3.3.233 → 3.3.234
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/esm2020/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +2 -1
- package/fesm2015/smartbit4all-ng-client.mjs +1 -0
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +1 -0
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.234.tgz +0 -0
- package/smartbit4all-ng-client-3.3.233.tgz +0 -0
|
@@ -6125,6 +6125,7 @@ class SmartformwidgetComponent {
|
|
|
6125
6125
|
widgetInstance.error = widgetInstance.serverErrorMessage;
|
|
6126
6126
|
widgetInstance.errorIcon = widgetInstance.serverErrorIcon;
|
|
6127
6127
|
widgetInstance.errorIconColor = widgetInstance.serverErrorColor;
|
|
6128
|
+
return true;
|
|
6128
6129
|
}
|
|
6129
6130
|
widgetInstance.error = undefined;
|
|
6130
6131
|
}
|