mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-17 06:41:52 +00:00
Fix the linting issue
This commit is contained in:
@@ -48,7 +48,9 @@ export class SSHSettingsTabComponent {
|
||||
|
||||
copyConnection (connection) {
|
||||
const modal = this.ngbModal.open(EditConnectionModalComponent)
|
||||
modal.componentInstance.connection = Object.assign({name: name + ' Copy'}, connection)
|
||||
modal.componentInstance.connection = Object.assign({
|
||||
name: name + ' Copy'
|
||||
}, connection)
|
||||
modal.result.then(result => {
|
||||
this.connections.push(result)
|
||||
this.config.store.ssh.connections = this.connections
|
||||
|
Reference in New Issue
Block a user