mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
VariableEditor: Use new form styles (#56326)
This commit is contained in:
@@ -15,7 +15,7 @@ import { dataSourceVariableReducer, initialDataSourceVariableModelState } from '
|
||||
export const createDataSourceVariableAdapter = (): VariableAdapter<DataSourceVariableModel> => {
|
||||
return {
|
||||
id: 'datasource',
|
||||
description: 'Enabled you to dynamically switch the data source for multiple panels.',
|
||||
description: 'Enables you to dynamically switch the data source for multiple panels.',
|
||||
name: 'Data source',
|
||||
initialState: initialDataSourceVariableModelState,
|
||||
reducer: dataSourceVariableReducer,
|
||||
|
||||
Reference in New Issue
Block a user