@syncfusion/ej2-querybuilder 33.2.5 → 33.2.6

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.
@@ -5483,7 +5483,9 @@ var QueryBuilder = /** @__PURE__ @class */ (function (_super) {
5483
5483
  if (this.headerTemplate && isRoot) {
5484
5484
  this.isRoot = true;
5485
5485
  }
5486
- this.clearQBTemplate();
5486
+ if (isNullOrUndefined(this.headerTemplate)) {
5487
+ this.clearQBTemplate();
5488
+ }
5487
5489
  this.reset();
5488
5490
  this.groupIdCounter = 1;
5489
5491
  this.ruleIdCounter = 0;