From 27490356cbc05c3aae953f5c1bb51ff50ef0303f Mon Sep 17 00:00:00 2001 From: Sluijsens Date: Mon, 22 Jun 2026 11:20:48 +0200 Subject: [PATCH] fix(ui): Add type=button to FormErrorBanner dismiss to prevent form resubmit Co-Authored-By: Claude Haiku 4.5 --- frontend/src/components/ui/FormErrorBanner.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/ui/FormErrorBanner.tsx b/frontend/src/components/ui/FormErrorBanner.tsx index a96a24e..8fe2b75 100644 --- a/frontend/src/components/ui/FormErrorBanner.tsx +++ b/frontend/src/components/ui/FormErrorBanner.tsx @@ -22,6 +22,7 @@ export function FormErrorBanner({ error, onDismiss }: FormErrorBannerProps) {

{error.message}