Dashboard Datasource: Update Language (#66015)
Update language on dashboard datasource
This commit is contained in:
@@ -188,7 +188,7 @@ export function DashboardQueryEditor({ panelData, queries, onChange, onRunQuerie
|
||||
) : (
|
||||
<>
|
||||
{results && Boolean(results.length) && (
|
||||
<Field label="Available queries from panel">
|
||||
<Field label="Queries from panel">
|
||||
<VerticalGroup spacing="sm">
|
||||
{results.map((target, i) => (
|
||||
<Card key={`DashboardQueryRow-${i}`}>
|
||||
|
||||
Reference in New Issue
Block a user