From cd9a40fc45e402a894d3b5b54fe6b2024bb7e859 Mon Sep 17 00:00:00 2001 From: Rohit Date: Sat, 25 Jan 2025 17:49:05 +0530 Subject: [PATCH] feat: set login status during robot creation --- src/components/robot/RecordingsTable.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/components/robot/RecordingsTable.tsx b/src/components/robot/RecordingsTable.tsx index 63968824..a7594b08 100644 --- a/src/components/robot/RecordingsTable.tsx +++ b/src/components/robot/RecordingsTable.tsx @@ -124,6 +124,8 @@ export const RecordingsTable = ({ setInitialUrl, recordingUrl, setRecordingUrl, + isLogin, + setIsLogin, recordingName, setRecordingName, recordingId, @@ -364,6 +366,18 @@ export const RecordingsTable = ({ style={{ marginBottom: '10px', marginTop: '20px' }} /> + setIsLogin(e.target.checked)} + color="primary" + /> + } + label={t('recordingtable.modal.login_title')} + style={{ marginBottom: '10px' }} + /> +