diff --git a/packages/dashboard/src/components/widgets/widgetActions.tsx b/packages/dashboard/src/components/widgets/widgetActions.tsx index 5df36bfa77..c50a6efbd0 100644 --- a/packages/dashboard/src/components/widgets/widgetActions.tsx +++ b/packages/dashboard/src/components/widgets/widgetActions.tsx @@ -104,7 +104,8 @@ const WidgetActions = ({ widget }: { widget: DashboardWidget }) => { isQueryEmpty(widget.properties.queryConfig as StyledSiteWiseQueryConfig); const cannotDownload = canOnlyDownloadLiveMode.some((t) => t === widget.type); - if (readOnly && (isEmptyQuery || cannotDownload)) return <>; + if (readOnly && (isEmptyQuery || cannotDownload || isEdgeModeEnabled)) + return <>; return (