mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-24 06:04:04 +03:00
build fix
This commit is contained in:
parent
847628fbff
commit
10ae6ffd99
@ -16,7 +16,7 @@ export class EditConnectionModalComponent {
|
||||
hasSavedPassword: boolean
|
||||
|
||||
supportedAlgorithms: Record<string, string> = {}
|
||||
defaultAlgorithms: Record<string, string> = {}
|
||||
defaultAlgorithms: Record<string, string[]> = {}
|
||||
algorithms: Record<string, Record<string, boolean>> = {}
|
||||
|
||||
constructor (
|
||||
|
Loading…
Reference in New Issue
Block a user