mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Remove CSS Class that doesn't exist (#14401)
This commit is contained in:
@@ -509,7 +509,7 @@ export class NotebookComponent extends AngularDisposable implements OnInit, OnDe
|
|||||||
action.tooltip = action.label;
|
action.tooltip = action.label;
|
||||||
action.label = '';
|
action.label = '';
|
||||||
}
|
}
|
||||||
return new LabeledMenuItemActionItem(action, this.keybindingService, this.notificationService, 'notebook-button');
|
return new LabeledMenuItemActionItem(action, this.keybindingService, this.notificationService);
|
||||||
}
|
}
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user