mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-27 02:41:53 +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 {
|
||||
loading = true
|
||||
sshKeys: SSHKey[]
|
||||
sshKeys: SSHKey[] = []
|
||||
readonly docsUrl = 'https://docs.start9.com/user-manual/general/developer-options/ssh-setup.html'
|
||||
|
||||
constructor (
|
||||
|
||||
Reference in New Issue
Block a user