mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 17:16:03 +00:00
build fix
This commit is contained in:
@@ -16,7 +16,7 @@ export class EditConnectionModalComponent {
|
|||||||
hasSavedPassword: boolean
|
hasSavedPassword: boolean
|
||||||
|
|
||||||
supportedAlgorithms: Record<string, string> = {}
|
supportedAlgorithms: Record<string, string> = {}
|
||||||
defaultAlgorithms: Record<string, string> = {}
|
defaultAlgorithms: Record<string, string[]> = {}
|
||||||
algorithms: Record<string, Record<string, boolean>> = {}
|
algorithms: Record<string, Record<string, boolean>> = {}
|
||||||
|
|
||||||
constructor (
|
constructor (
|
||||||
|
Reference in New Issue
Block a user