From ba1dbcb975e67ac484c227e1b4638de5cf8ddccb Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 11 Feb 2025 14:08:38 +0000 Subject: [PATCH] contact not mandotory anymore in TabView to avoid side effects --- src/Components/Profile/Templates/TabsForm.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/Profile/Templates/TabsForm.tsx b/src/Components/Profile/Templates/TabsForm.tsx index 6235b221..4743df7e 100644 --- a/src/Components/Profile/Templates/TabsForm.tsx +++ b/src/Components/Profile/Templates/TabsForm.tsx @@ -113,6 +113,7 @@ export const TabsForm = ({ } inputStyle='tw-h-24' containerStyle='tw-pt-4' + required={false} />