feat: store render outputs
This commit is contained in:
@@ -791,6 +791,9 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => {
|
|||||||
navigate(basePath);
|
navigate(basePath);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const scrapeListLimitFields = renderScrapeListLimitFields();
|
||||||
|
const actionNameFields = renderActionNameFields();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<RobotConfigPage
|
<RobotConfigPage
|
||||||
title={t("robot_edit.title")}
|
title={t("robot_edit.title")}
|
||||||
|
|||||||
Reference in New Issue
Block a user