mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Correlations: Only show original field list in transformation field list (#78230)
Only show original field list in transformation field list
This commit is contained in:
@@ -150,7 +150,7 @@ export const CorrelationHelper = ({ exploreId, correlations }: Props) => {
|
||||
}
|
||||
setShowTransformationAddModal(false);
|
||||
}}
|
||||
fieldList={correlations.vars}
|
||||
fieldList={correlations.origVars}
|
||||
transformationToEdit={
|
||||
transformationIdxToEdit !== undefined ? transformations[transformationIdxToEdit] : undefined
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user