mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
intialize as empty array
This commit is contained in:
committed by
Drew Ansbacher
parent
d936cea2be
commit
6dedfc4c82
@@ -12,7 +12,7 @@ import { GenericInputComponent } from 'src/app/modals/generic-input/generic-inpu
|
|||||||
})
|
})
|
||||||
export class SSHKeysPage {
|
export class SSHKeysPage {
|
||||||
loading = true
|
loading = true
|
||||||
sshKeys: SSHKey[]
|
sshKeys: SSHKey[] = []
|
||||||
readonly docsUrl = 'https://docs.start9.com/user-manual/general/developer-options/ssh-setup.html'
|
readonly docsUrl = 'https://docs.start9.com/user-manual/general/developer-options/ssh-setup.html'
|
||||||
|
|
||||||
constructor (
|
constructor (
|
||||||
|
|||||||
Reference in New Issue
Block a user