Skip to content

Commit

Permalink
[Lens] Fix runtime validation error message (#93195)
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 authored Mar 2, 2021
1 parent 4077718 commit 547600b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ export const InnerVisualizationWrapper = ({
</p>

{localState.expandError ? (
<p className="eui-textBreakAll">visibleErrorMessage</p>
<p className="eui-textBreakAll">{visibleErrorMessage}</p>
) : null}
</>
}
Expand Down

0 comments on commit 547600b

Please sign in to comment.