mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 17:22:59 -05:00
Fix missing action buttons with single view (#8694)
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user