mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboards: Filter out expressions when going to Explore (#64654)
* Filter out expressions when going from dashboard to explore * Move expression UID constant to types
This commit is contained in:
@@ -20,9 +20,9 @@ import appEvents from 'app/core/app_events';
|
||||
import config from 'app/core/config';
|
||||
import {
|
||||
dataSource as expressionDatasource,
|
||||
ExpressionDatasourceUID,
|
||||
instanceSettings as expressionInstanceSettings,
|
||||
} from 'app/features/expressions/ExpressionDatasource';
|
||||
import { ExpressionDatasourceUID } from 'app/features/expressions/types';
|
||||
|
||||
import { importDataSourcePlugin } from './plugin_loader';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user