@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.
@@ -503,7 +503,7 @@ let QueryBuilder = class QueryBuilder extends Component {
503
503
  }
504
504
  }
505
505
  beforeSuccessCallBack(args, target) {
506
- if (!args.cancel) {
506
+ if (args && !args.cancel) {
507
507
  const element = closest(target, '.e-group-container');
508
508
  const groupID = element.id.replace(this.element.id + '_', '');
509
509
  const beforeRules = this.getValidRules(this.rule);