From 65d484daead312a8561a49a9fb91409aec3db80a Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 09:09:00 -0800 Subject: [PATCH] Temporarily hide reporting context menu in notebooks (#202) (#204) Signed-off-by: Joshua Li (cherry picked from commit ca528fe413c7b0ee3e1f1012b6ed70e28fd4f2c7) Co-authored-by: Joshua Li --- .../components/notebooks/components/notebook.tsx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/public/components/notebooks/components/notebook.tsx b/public/components/notebooks/components/notebook.tsx index b97ab17234..2d63e61ca8 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: ,