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:
@@ -175,6 +175,7 @@ export const QueryEditor = ({ query, datasource, onChange, onRunQuery }: Props)
|
||||
value={options.find((item) => item.value === query.scenarioId)}
|
||||
onChange={onScenarioChange}
|
||||
width={32}
|
||||
inputId={`scenario-input-${query.refId}`}
|
||||
/>
|
||||
</InlineField>
|
||||
{currentScenario?.stringInput && (
|
||||
|
||||
Reference in New Issue
Block a user