diff --git a/src/components/robot/RobotEdit.tsx b/src/components/robot/RobotEdit.tsx index 07cc5b38..f1f79b77 100644 --- a/src/components/robot/RobotEdit.tsx +++ b/src/components/robot/RobotEdit.tsx @@ -44,7 +44,6 @@ export interface RobotSettings { google_access_token?: string | null; google_refresh_token?: string | null; schedule?: ScheduleConfig | null; - isLogin?: boolean; } interface RobotSettingsProps { @@ -421,7 +420,7 @@ export const RobotEditModal = ({ isOpen, handleStart, handleClose, initialSettin /> )} - {(robot.isLogin || Object.keys(credentials).length > 0) && ( + {(Object.keys(credentials).length > 0) && ( <> {t('Input Texts')}