intialize as empty array

This commit is contained in:
Drew Ansbacher
2021-09-20 10:07:44 -06:00
committed by Drew Ansbacher
parent d936cea2be
commit 6dedfc4c82

View File

@@ -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 (