@syncfusion/ej2-querybuilder 23.1.44 → 23.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.
@@ -3224,6 +3224,7 @@ let QueryBuilder = class QueryBuilder extends Component {
3224
3224
  }
3225
3225
  this.rule = newProp.rule;
3226
3226
  newProp.rule = this.getRuleCollection(this.rule, false);
3227
+ this.setRules(this.rule);
3227
3228
  break;
3228
3229
  case 'width':
3229
3230
  this.width = newProp.width;