fix: bug
This commit is contained in:
@@ -118,6 +118,7 @@ class QueryBuilder {
|
||||
|
||||
if (this.rules.length === 0) this.rules = [this._emptyRule()];
|
||||
this.render();
|
||||
this.onChange?.(this.getQuery());
|
||||
}
|
||||
|
||||
_queryToRule(clause) {
|
||||
|
||||
Reference in New Issue
Block a user