fix: ensure deletion confirmation dialog resets key seletion

This commit is contained in:
2025-11-29 19:37:31 +01:00
parent 06be655c15
commit 739d0a6c40

View File

@@ -53,6 +53,7 @@ async function confirmDeletion(confirm: boolean) {
};
await deleteKey(key);
deletionConfirmDialog.value = { open: false, key: null };
}
async function requestNewKey() {