[Cases][Lens] Disable triggers for lens embeddables (#122912) (#122953)

(cherry picked from commit 934c720ed1)

Co-authored-by: Christos Nasikas <christos.nasikas@elastic.co>
This commit is contained in:
Kibana Machine 2022-01-13 11:51:58 -05:00 committed by GitHub
parent c702042429
commit 4609fdeaed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,7 @@ const LensMarkDownRendererComponent: React.FC<LensMarkDownRendererProps> = ({
timeRange={timeRange}
attributes={attributes}
renderMode="view"
disableTriggers
/>
<LensChartTooltipFix />
</Container>