feat: dont show cancel button

This commit is contained in:
amhsirak
2025-08-25 19:45:05 +05:30
parent 0bd666e372
commit c8dc0de6d5

View File

@@ -128,6 +128,7 @@ export const RobotSettingsPage = ({ handleStart }: RobotSettingsProps) => {
onCancel={handleCancel}
cancelButtonText={t("robot_settings.buttons.close")}
showSaveButton={false}
showCancelButton={false}
>
<>
<Box style={{ display: "flex", flexDirection: "column" }}>