mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
formatting
This commit is contained in:
@@ -152,7 +152,6 @@ export const FlowInfo: React.FC<
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
const handleInputChange = useCallback(
|
||||
(nodeId: string, field: string, value: string) => {
|
||||
setNodes((nds) =>
|
||||
|
||||
@@ -97,7 +97,6 @@ export const FlowRunInfo: React.FC<
|
||||
<CardTitle>
|
||||
{flow.name} <span className="font-light">v{flow.version}</span>
|
||||
</CardTitle>
|
||||
|
||||
</div>
|
||||
<div className="flex space-x-2">
|
||||
{flowRun.status === "running" && (
|
||||
@@ -139,7 +138,6 @@ export const FlowRunInfo: React.FC<
|
||||
<strong>Duration (run time):</strong> {flowRun.duration} (
|
||||
{flowRun.totalRunTime}) seconds
|
||||
</p>
|
||||
|
||||
</CardContent>
|
||||
</Card>
|
||||
<RunnerOutputUI
|
||||
|
||||
Reference in New Issue
Block a user