Remove Explorer.openTableSelectQueryPanel (#881)

Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
This commit is contained in:
Hardikkumar Nai
2021-06-15 03:27:47 +05:30
committed by GitHub
parent 615bfeaf48
commit 0c6324a4c1
5 changed files with 37 additions and 45 deletions

View File

@@ -792,7 +792,7 @@ export default class QueryBuilderViewModel {
return null;
}
public checkIfClauseChanged(clause: QueryClauseViewModel): void {
this._queryViewModel.checkIfBuilderChanged(clause);
public checkIfClauseChanged(): void {
this._queryViewModel.checkIfBuilderChanged();
}
}