From 299a66e6ffdd1dd992098cd866e677f66183ef7d Mon Sep 17 00:00:00 2001 From: Julien Froidefond Date: Mon, 8 Dec 2025 14:05:23 +0100 Subject: [PATCH] fix: prevent event propagation on checkbox click in transaction table for improved user interaction --- components/transactions/transaction-table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/transactions/transaction-table.tsx b/components/transactions/transaction-table.tsx index 90e87d8..0157cab 100644 --- a/components/transactions/transaction-table.tsx +++ b/components/transactions/transaction-table.tsx @@ -510,7 +510,7 @@ export function TransactionTable({ isDuplicate && "shadow-sm" )} > -
+
e.stopPropagation()}>