mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 09:51:11 +00:00
Remove Explorer.openTableSelectQueryPanel (#881)
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user