@syncfusion/ej2-querybuilder 25.2.4 → 25.2.7

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.
@@ -554,7 +554,7 @@ var QueryBuilder = /** @__PURE__ @class */ (function (_super) {
554
554
  }
555
555
  };
556
556
  QueryBuilder.prototype.beforeSuccessCallBack = function (args, target) {
557
- if (!args.cancel) {
557
+ if (args && !args.cancel) {
558
558
  var element = closest(target, '.e-group-container');
559
559
  var groupID = element.id.replace(this.element.id + '_', '');
560
560
  var beforeRules = this.getValidRules(this.rule);