|
- {parseI18nString(tool.name)}
+ {childTool.name}
|
@@ -280,6 +385,11 @@ const SystemToolConfigModal = ({
name={`childTools.${index}.systemKeyCost`}
{...COST_LIMITS}
/>
+
|
);
@@ -342,10 +452,9 @@ const SystemToolConfigModal = ({
onChange={(e) => {
const val = e.target.checked;
if (val) {
- // @ts-ignore
setValue('inputListVal', {});
} else {
- setValue('inputListVal', undefined);
+ setValue('inputListVal', null);
}
}}
/>
@@ -353,6 +462,73 @@ const SystemToolConfigModal = ({
{systemConfigSection}
>
)}
+
+