@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
|
@@ -6182,6 +6182,7 @@ class SmartformwidgetComponent {
|
|
|
6182
6182
|
widgetInstance.error = widgetInstance.serverErrorMessage;
|
|
6183
6183
|
widgetInstance.errorIcon = widgetInstance.serverErrorIcon;
|
|
6184
6184
|
widgetInstance.errorIconColor = widgetInstance.serverErrorColor;
|
|
6185
|
+
return true;
|
|
6185
6186
|
}
|
|
6186
6187
|
widgetInstance.error = undefined;
|
|
6187
6188
|
}
|