Remove CSS Class that doesn't exist (#14401)

This commit is contained in:
Chris LaFreniere
2021-02-23 18:28:25 -08:00
committed by GitHub
parent c05cece683
commit 94f7b329d6

View File

@@ -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;
}