We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00dc42 commit 998ab34Copy full SHA for 998ab34
src/components/robot/pages/RobotEditPage.tsx
@@ -7,6 +7,7 @@ import {
7
Button,
8
IconButton,
9
InputAdornment,
10
+ Divider,
11
} from "@mui/material";
12
import { Visibility, VisibilityOff } from "@mui/icons-material";
13
import { useGlobalInfoStore } from "../../../context/globalInfo";
@@ -728,8 +729,9 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => {
728
729
onChange={(e) => handleTargetUrlChange(e.target.value)}
730
style={{ marginBottom: "20px" }}
731
/>
-
732
+ <Divider />
733
{renderScrapeListLimitFields()}
734
735
{renderActionNameFields()}
736
</>
737
)}
0 commit comments