Skip to content

Commit

Permalink
fix passing on cssWarning.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Jul 16, 2021
1 parent ecfd6e4 commit 60bbed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export function MlLatencyCorrelations({ onClose }: Props) {
'xpack.apm.correlations.latencyCorrelations.ccsWarningCalloutBody',
{
defaultMessage:
'Data for the correlation analysis could not be retrieved. This feature is only supported for versions 7.14 and above.',
'Data for the correlation analysis could not be fully retrieved. This feature is only supported for versions 7.14 and above.',
}
)}
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export const asyncSearchServiceProvider = (
const sortedValues = values.sort((a, b) => b.correlation - a.correlation);

return {
ccsWarning: true,
ccsWarning,
error,
log,
isRunning,
Expand Down

0 comments on commit 60bbed5

Please sign in to comment.