mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
lint
This commit is contained in:
parent
2bf0ef3c1a
commit
dd36908b95
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export class TabManagementContextMenu extends TabContextMenuItemProvider {
|
|||
super()
|
||||
}
|
||||
|
||||
async getItems (tab: BaseTabComponent, tabHeader?: TabHeaderComponent): Promise<MenuItemOptions[]> {
|
||||
async getItems (tab: BaseTabComponent): Promise<MenuItemOptions[]> {
|
||||
let items: MenuItemOptions[] = [
|
||||
{
|
||||
label: this.translate.instant('Close'),
|
||||
|
|
Loading…
Reference in a new issue