Skip to content

Commit 4582fcc

Browse files
committed
fix: per codereabbitai review
1 parent e17c32d commit 4582fcc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/invoice-dashboard/src/lib/view-requests.svelte

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,9 @@
413413
}
414414
} catch (error) {
415415
console.error("Failed to enable decryption:", error);
416+
toast.error("Failed to enable decryption.");
417+
loading = false;
418+
return;
416419
}
417420
} else {
418421
cipherProvider?.enableDecryption(false);

0 commit comments

Comments
 (0)