From ce4430839cac8c7aa075c7489acdce16b8d64d8b Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 5 Nov 2024 23:13:23 +0530 Subject: [PATCH 1/2] feat: add key for each text field --- src/components/molecules/RobotSettings.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/molecules/RobotSettings.tsx b/src/components/molecules/RobotSettings.tsx index 98638120d..598311fe2 100644 --- a/src/components/molecules/RobotSettings.tsx +++ b/src/components/molecules/RobotSettings.tsx @@ -104,6 +104,7 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe <> Date: Tue, 5 Nov 2024 23:13:55 +0530 Subject: [PATCH 2/2] feat: check userEmail value to prevent label and text overlap --- src/components/molecules/RobotSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/RobotSettings.tsx b/src/components/molecules/RobotSettings.tsx index 598311fe2..ffb7a2d09 100644 --- a/src/components/molecules/RobotSettings.tsx +++ b/src/components/molecules/RobotSettings.tsx @@ -123,7 +123,7 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe