impaktapps-ui-builder 0.0.362 → 0.0.363
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.
|
@@ -8596,7 +8596,7 @@ var service = (funcParams) => {
|
|
|
8596
8596
|
const path = ((_a = funcParams.dynamicData) == null ? void 0 : _a.tableButtonPath) || funcParams.dynamicData.path.split(".")[0];
|
|
8597
8597
|
await this.callHandler("onReset", functionParameters);
|
|
8598
8598
|
if (((_b = eventGroups == null ? void 0 : eventGroups["onReset"]) == null ? void 0 : _b[path]) === void 0) {
|
|
8599
|
-
functionParameters == null ? void 0 : functionParameters.
|
|
8599
|
+
functionParameters == null ? void 0 : functionParameters.handleReset();
|
|
8600
8600
|
}
|
|
8601
8601
|
},
|
|
8602
8602
|
callHandler: async function(eventType, functionParameters) {
|