mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -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;
|
return 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
getActions(): IAction[] {
|
|
||||||
return [];
|
|
||||||
}
|
|
||||||
|
|
||||||
getSecondaryActions(): IAction[] {
|
getSecondaryActions(): IAction[] {
|
||||||
let menu = this.menuService.createMenu(MenuId.DataExplorerAction, this.contextKeyService);
|
let menu = this.menuService.createMenu(MenuId.DataExplorerAction, this.contextKeyService);
|
||||||
let actions = [];
|
let actions = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user