diff --git a/superset-frontend/src/dashboard/components/Header/index.jsx b/superset-frontend/src/dashboard/components/Header/index.jsx index 70ac4db56f04..2060315e723b 100644 --- a/superset-frontend/src/dashboard/components/Header/index.jsx +++ b/superset-frontend/src/dashboard/components/Header/index.jsx @@ -567,6 +567,20 @@ class Header extends React.PureComponent { )} {shouldShowReport && this.renderReportModal()} + {!editMode && ( + <> + + + + + )} + {this.state.showingPropertiesModal && (