Skip to content

Commit 998ab34

Browse files
committed
feat: use Dividers for spacing
1 parent b00dc42 commit 998ab34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/robot/pages/RobotEditPage.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import {
77
Button,
88
IconButton,
99
InputAdornment,
10+
Divider,
1011
} from "@mui/material";
1112
import { Visibility, VisibilityOff } from "@mui/icons-material";
1213
import { useGlobalInfoStore } from "../../../context/globalInfo";
@@ -728,8 +729,9 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => {
728729
onChange={(e) => handleTargetUrlChange(e.target.value)}
729730
style={{ marginBottom: "20px" }}
730731
/>
731-
732+
<Divider />
732733
{renderScrapeListLimitFields()}
734+
<Divider />
733735
{renderActionNameFields()}
734736
</>
735737
)}

0 commit comments

Comments
 (0)