mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
A11y/Dashboard: Fix misc. fastpass issues (#40296)
* A11y/Dashboard: Fix misc. fastpass issues See #39429
This commit is contained in:
@@ -203,7 +203,9 @@ export class QueryGroup extends PureComponent<Props, State> {
|
||||
return (
|
||||
<div>
|
||||
<div className={styles.dataSourceRow}>
|
||||
<InlineFormLabel width={'auto'}>Data source</InlineFormLabel>
|
||||
<InlineFormLabel htmlFor="data-source-picker" width={'auto'}>
|
||||
Data source
|
||||
</InlineFormLabel>
|
||||
<div className={styles.dataSourceRowItem}>
|
||||
<DataSourcePicker
|
||||
onChange={this.onChangeDataSource}
|
||||
|
||||
Reference in New Issue
Block a user