fix: Unable to download the Dashboard as image in case there's an image added through Markdown (#20362)

* fix: Unable to download the Dashboard as image in case there's an image added through Markdown

* licence
This commit is contained in:
Diego Medina
2022-06-29 13:22:49 -03:00
committed by GitHub
parent cb3cd41dcd
commit c5d3678a31
6 changed files with 48 additions and 34 deletions

View File

@@ -195,7 +195,6 @@ export const useExploreAdditionalActionsMenu = (
'.panel-body .chart-container',
// eslint-disable-next-line camelcase
slice?.slice_name ?? t('New chart'),
{},
true,
)(domEvent);
setIsDropdownVisible(false);