mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Provide correct field scoped vars for data links interpolation (#25318)
This commit is contained in:
@@ -112,8 +112,8 @@ export function applyFieldOverrides(options: ApplyFieldOverrideOptions): DataFra
|
||||
text: 'Field',
|
||||
value: {
|
||||
name: displayName, // Generally appropriate (may include the series name if useful)
|
||||
labels: formatLabels(field.labels!),
|
||||
label: field.labels,
|
||||
formattedLabels: formatLabels(field.labels!),
|
||||
labels: field.labels,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user