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