mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fmt
This commit is contained in:
@@ -43,7 +43,8 @@ export const FlowInfo: React.FC<
|
||||
flowVersion?: number | "all";
|
||||
refresh: () => void;
|
||||
}
|
||||
> = ({ flow, executions, flowVersion, refresh, ...props }) => { const {
|
||||
> = ({ flow, executions, flowVersion, refresh, ...props }) => {
|
||||
const {
|
||||
agentName,
|
||||
setAgentName,
|
||||
agentDescription,
|
||||
@@ -65,7 +66,6 @@ export const FlowInfo: React.FC<
|
||||
setEdges,
|
||||
} = useAgentGraph(flow.id, false);
|
||||
|
||||
|
||||
const api = useMemo(() => new AutoGPTServerAPI(), []);
|
||||
const { toast } = useToast();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user