formatting

This commit is contained in:
SwiftyOS
2024-12-11 15:28:24 +01:00
parent b1468f779c
commit 6fcceeabdb
2 changed files with 0 additions and 3 deletions

View File

@@ -152,7 +152,6 @@ export const FlowInfo: React.FC<
}
};
const handleInputChange = useCallback(
(nodeId: string, field: string, value: string) => {
setNodes((nds) =>

View File

@@ -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