From 998ab344d1f7dcc4e40f7e33eeea1ce20b45f0a0 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 27 Oct 2025 17:45:00 +0530 Subject: [PATCH] feat: use Dividers for spacing --- src/components/robot/pages/RobotEditPage.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/robot/pages/RobotEditPage.tsx b/src/components/robot/pages/RobotEditPage.tsx index 48edc49e..3f17560c 100644 --- a/src/components/robot/pages/RobotEditPage.tsx +++ b/src/components/robot/pages/RobotEditPage.tsx @@ -7,6 +7,7 @@ import { Button, IconButton, InputAdornment, + Divider, } from "@mui/material"; import { Visibility, VisibilityOff } from "@mui/icons-material"; import { useGlobalInfoStore } from "../../../context/globalInfo"; @@ -728,8 +729,9 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => { onChange={(e) => handleTargetUrlChange(e.target.value)} style={{ marginBottom: "20px" }} /> - + {renderScrapeListLimitFields()} + {renderActionNameFields()} )}