@smartbit4all/ng-client 3.3.157 → 3.3.159
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-client/smart-component-api-client.mjs +2 -2
- package/fesm2015/smartbit4all-ng-client.mjs +1 -1
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.159.tgz +0 -0
- package/smartbit4all-ng-client-3.3.157.tgz +0 -0
|
@@ -15458,7 +15458,7 @@ class SmartComponentApiClient {
|
|
|
15458
15458
|
serviceToUse: this,
|
|
15459
15459
|
uiAction: uiAction,
|
|
15460
15460
|
};
|
|
15461
|
-
this.uiActionService.execute(uiAction, options);
|
|
15461
|
+
await this.uiActionService.execute(uiAction, options);
|
|
15462
15462
|
}
|
|
15463
15463
|
addDataChangeActionHandler(key) {
|
|
15464
15464
|
if (!this.dataChangeKeys.includes(key)) {
|