diff --git a/src/sql/workbench/contrib/notebook/browser/notebook.component.ts b/src/sql/workbench/contrib/notebook/browser/notebook.component.ts index 8253f30d9c..0bde6c3371 100644 --- a/src/sql/workbench/contrib/notebook/browser/notebook.component.ts +++ b/src/sql/workbench/contrib/notebook/browser/notebook.component.ts @@ -509,7 +509,7 @@ export class NotebookComponent extends AngularDisposable implements OnInit, OnDe action.tooltip = action.label; action.label = ''; } - return new LabeledMenuItemActionItem(action, this.keybindingService, this.notificationService, 'notebook-button'); + return new LabeledMenuItemActionItem(action, this.keybindingService, this.notificationService); } return undefined; }