mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix remove filter bug
This commit is contained in:
parent
a7bdd757ef
commit
a5f64a5668
@ -252,8 +252,10 @@ export class StackdriverFilterCtrl {
|
|||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
this.removeSegment.value = removeText;
|
return [
|
||||||
return [...elements, this.removeSegment];
|
...elements,
|
||||||
|
this.uiSegmentSrv.newSegment({ fake: true, value: removeText || this.defaultRemoveGroupByValue }),
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
async getGroupBys(segment) {
|
async getGroupBys(segment) {
|
||||||
|
Loading…
Reference in New Issue
Block a user