[Lens] Fix runtime validation error message (#93195)

This commit is contained in:
Marco Liberati 2021-03-02 14:51:54 +01:00 committed by GitHub
parent 4077718a2a
commit 547600b9b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -515,7 +515,7 @@ export const InnerVisualizationWrapper = ({
</p>
{localState.expandError ? (
<p className="eui-textBreakAll">visibleErrorMessage</p>
<p className="eui-textBreakAll">{visibleErrorMessage}</p>
) : null}
</>
}