From 8cad617acb8de29ef4a6bd8f58e9d7051e1ed0df Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 28 May 2024 16:03:19 +0300 Subject: [PATCH] apps/web: fix disable inputs after login step --- apps/web/components/Form.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/components/Form.tsx b/apps/web/components/Form.tsx index 6e6f735..551a20f 100644 --- a/apps/web/components/Form.tsx +++ b/apps/web/components/Form.tsx @@ -34,7 +34,7 @@ function BaseForm({ children, onSubmit }: FormProps & PropsWithChildren) { return (