@syncfusion/ej2-querybuilder 19.4.52 → 19.4.53

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.
@@ -3553,7 +3553,7 @@ let QueryBuilder = class QueryBuilder extends Component {
3553
3553
  }
3554
3554
  }
3555
3555
  else if ((isNullOrUndefined(rule.condition)) && isNullOrUndefined(rule.rules)) {
3556
- rule = { 'label': '', 'field': '', 'operator': '', 'type': '', 'value': '' };
3556
+ rule = {};
3557
3557
  }
3558
3558
  else {
3559
3559
  if (this.enableNotCondition) {