ui: fix del-key cancel handling
This commit is contained in:
@ -79,6 +79,8 @@ createApp({
|
||||
})
|
||||
},
|
||||
storeDelKey() {
|
||||
event.preventDefault()
|
||||
|
||||
let name = this.forms.delKey.name
|
||||
|
||||
if (!confirm("Remove key named "+JSON.stringify(name)+"?")) {
|
||||
|
Reference in New Issue
Block a user