mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
misc changes
This commit is contained in:
committed by
Aiden McClelland
parent
9d52149a0d
commit
7ec2d26fe7
@@ -46,7 +46,7 @@ export class SSHKeysPage {
|
||||
title: name,
|
||||
message: description,
|
||||
label: name,
|
||||
submitFn: this.add,
|
||||
submitFn: async (pk: string) => await this.add(pk),
|
||||
},
|
||||
cssClass: 'alertlike-modal',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user