Skip to content

Commit 3a2a35d

Browse files
committed
Merge branch 'fix-ds-variable-state' of github.com:grafana/scenes into fix-ds-variable-state
2 parents de8043d + dfcbdec commit 3a2a35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scenes/src/variables/variants/DataSourceVariable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { MultiValueVariable, MultiValueVariableState, VariableGetOptionsArgs } f
1313

1414
export interface DataSourceVariableState extends MultiValueVariableState {
1515
/**
16-
* Include all data source instance of this plugin type
16+
* Include all data source instances with this plugin id
1717
*/
1818
pluginId: string;
1919
/**

0 commit comments

Comments
 (0)