From 9b9ac62c77ebc2fb2960b4bd3afa9ed2d16040fa Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Tue, 31 Mar 2026 14:25:53 +0100 Subject: [PATCH] feat: add id prop to BasicForm container for improved accessibility --- Common/UI/Components/Forms/BasicForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UI/Components/Forms/BasicForm.tsx b/Common/UI/Components/Forms/BasicForm.tsx index 09c4416039..0ca7f94b7e 100644 --- a/Common/UI/Components/Forms/BasicForm.tsx +++ b/Common/UI/Components/Forms/BasicForm.tsx @@ -607,7 +607,7 @@ const BasicForm: ForwardRefExoticComponent = forwardRef( } return ( -
+
{props.title && (