mirror of
https://github.com/Eugeny/tabby.git
synced 2026-09-26 01:01:05 -04:00
lint: add the parameter type
This commit is contained in:
@@ -46,7 +46,7 @@ export class SSHSettingsTabComponent {
|
||||
})
|
||||
}
|
||||
|
||||
copyConnection (connection) {
|
||||
copyConnection (connection: SSHConnection) {
|
||||
const modal = this.ngbModal.open(EditConnectionModalComponent)
|
||||
modal.componentInstance.connection = Object.assign({
|
||||
name: `${name} Copy`,
|
||||
|
||||
Reference in New Issue
Block a user