diff --git a/public/components/notebooks/components/notebook.tsx b/public/components/notebooks/components/notebook.tsx index b97ab1723..2d63e61ca 100644 --- a/public/components/notebooks/components/notebook.tsx +++ b/public/components/notebooks/components/notebook.tsx @@ -858,22 +858,6 @@ export class Notebook extends Component { id: 0, title: 'Reporting', items: [ - { - name: 'Download PDF', - icon: , - onClick: () => { - this.setState({ isReportingActionsPopoverOpen: false }); - generateInContextReport('pdf', this.props, this.toggleReportingLoadingModal); - }, - }, - { - name: 'Download PNG', - icon: , - onClick: () => { - this.setState({ isReportingActionsPopoverOpen: false }); - generateInContextReport('png', this.props, this.toggleReportingLoadingModal); - }, - }, { name: 'Create report definition', icon: ,