Skip to content

Commit

Permalink
Render error inline for lens emedbale as it was previosly
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Nov 26, 2019
1 parent a9003a3 commit 9a3282f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export function ExpressionWrapper({
padding="m"
expression={expression}
searchContext={{ ...context, type: 'kibana_context' }}
renderError={error => <div>{error}</div>}
/>
</div>
)}
Expand Down

0 comments on commit 9a3282f

Please sign in to comment.