This commit is contained in:
Eugene Pankov
2021-07-04 14:05:13 +02:00
parent e5cf72e79b
commit cbbd38ca83

View File

@@ -64,6 +64,6 @@ export class TerminalService {
return this.app.openNewTab({
type: TerminalTabComponent,
inputs: { sessionOptions },
}) as TerminalTabComponent
})
}
}