diff --git a/superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx b/superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx index 7db55f15c1966..f5e6dc8eac183 100644 --- a/superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx +++ b/superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx @@ -273,7 +273,17 @@ export default function HeaderReportDropDown({ ); const iconMenu = () => - report ? ( + isEmpty(report) ? ( + setShowModal(true)} + > + + + ) : ( <> - ) : ( - setShowModal(true)} - > - - ); return (