mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
remove unused function removeSelect
This commit is contained in:
@ -111,11 +111,6 @@ export default class PostgresQuery {
|
|||||||
this.updateProjection();
|
this.updateProjection();
|
||||||
}
|
}
|
||||||
|
|
||||||
removeSelect(index: number) {
|
|
||||||
this.target.select.splice(index, 1);
|
|
||||||
this.updateProjection();
|
|
||||||
}
|
|
||||||
|
|
||||||
removeSelectPart(selectParts, part) {
|
removeSelectPart(selectParts, part) {
|
||||||
// if we remove the field remove the whole statement
|
// if we remove the field remove the whole statement
|
||||||
if (part.def.type === 'column') {
|
if (part.def.type === 'column') {
|
||||||
|
Reference in New Issue
Block a user