mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-25 19:17:39 +03:00
lint: using a template literal
This commit is contained in:
parent
c9067cf8b8
commit
70cf63f8fa
@ -49,7 +49,7 @@ export class SSHSettingsTabComponent {
|
||||
copyConnection (connection) {
|
||||
const modal = this.ngbModal.open(EditConnectionModalComponent)
|
||||
modal.componentInstance.connection = Object.assign({
|
||||
name: name + ' Copy'
|
||||
name: `${name} Copy`,
|
||||
}, connection)
|
||||
modal.result.then(result => {
|
||||
this.connections.push(result)
|
||||
|
Loading…
Reference in New Issue
Block a user