mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Move QueryPartDef out from angular app (#45386)
This commit is contained in:
@@ -5,7 +5,7 @@ import InfluxQueryModel from '../../influx_query_model';
|
||||
import { unwrap } from './unwrap';
|
||||
import queryPart from '../../query_part';
|
||||
import { toSelectableValue } from './toSelectableValue';
|
||||
import { QueryPartDef } from 'app/angular/components/query_part';
|
||||
import { QueryPartDef } from 'app/features/alerting/state/query_part';
|
||||
|
||||
type Categories = Record<string, QueryPartDef[]>;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { map, clone } from 'lodash';
|
||||
import { QueryPartDef, QueryPart, functionRenderer, suffixRenderer } from 'app/angular/components/query_part';
|
||||
import { QueryPartDef, QueryPart, functionRenderer, suffixRenderer } from 'app/features/alerting/state/query_part';
|
||||
|
||||
const index: any[] = [];
|
||||
const categories: any = {
|
||||
|
||||
Reference in New Issue
Block a user