From a42407b81ac9b1e0987ed9934e859bf4410c7462 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Mon, 16 Dec 2019 10:33:21 -0800 Subject: [PATCH] Fix missing action buttons with single view (#8694) --- .../contrib/dataExplorer/browser/dataExplorerViewlet.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/sql/workbench/contrib/dataExplorer/browser/dataExplorerViewlet.ts b/src/sql/workbench/contrib/dataExplorer/browser/dataExplorerViewlet.ts index 1453a5f1d9..cbafd4b8ab 100644 --- a/src/sql/workbench/contrib/dataExplorer/browser/dataExplorerViewlet.ts +++ b/src/sql/workbench/contrib/dataExplorer/browser/dataExplorerViewlet.ts @@ -134,10 +134,6 @@ export class DataExplorerViewPaneContainer extends ViewPaneContainer { return 400; } - getActions(): IAction[] { - return []; - } - getSecondaryActions(): IAction[] { let menu = this.menuService.createMenu(MenuId.DataExplorerAction, this.contextKeyService); let actions = [];