diff --git a/apps/rowboat/app/projects/[projectId]/entities/AgentGraphVisualizer.tsx b/apps/rowboat/app/projects/[projectId]/entities/AgentGraphVisualizer.tsx index bf4f1058..3f3fd175 100644 --- a/apps/rowboat/app/projects/[projectId]/entities/AgentGraphVisualizer.tsx +++ b/apps/rowboat/app/projects/[projectId]/entities/AgentGraphVisualizer.tsx @@ -1,3 +1,5 @@ +"use client"; + import React, { useEffect, useRef } from "react"; import mermaid from "mermaid"; import { Workflow } from "../../../lib/types/workflow_types";