mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Change 'grafana-expression' to ExpressionDatasourceRef.type so isExpr… (#43379)
* Change 'grafana-expression' to ExpressionDatasourceRef.type so isExpressionReference works * use constant ref in tests * import from package
This commit is contained in:
@@ -36,7 +36,7 @@ export const instanceSettings: DataSourceInstanceSettings = {
|
||||
id: -100,
|
||||
uid: ExpressionDatasourceUID,
|
||||
name: ExpressionDatasourceRef.type,
|
||||
type: 'grafana-expression',
|
||||
type: ExpressionDatasourceRef.type,
|
||||
access: 'proxy',
|
||||
meta: {
|
||||
baseUrl: '',
|
||||
|
||||
Reference in New Issue
Block a user