Skip to content

Commit 4ec85f9

Browse files
committed
Move workflow description to be static
1 parent 52557f5 commit 4ec85f9

File tree

1 file changed

+3
-5
lines changed
  • components/frontend/src/app/projects/[name]/sessions/[sessionName]

1 file changed

+3
-5
lines changed

components/frontend/src/app/projects/[name]/sessions/[sessionName]/page.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1271,11 +1271,9 @@ export default function ProjectSessionDetailPage({
12711271
{/* Workflow selector - always visible except when activating */}
12721272
{!workflowActivating && (
12731273
<>
1274-
{!pendingWorkflow && (
1275-
<p className="text-sm text-muted-foreground">
1276-
Workflows provide Ambient agents with structured steps to follow toward more complex goals.
1277-
</p>
1278-
)}
1274+
<p className="text-sm text-muted-foreground">
1275+
Workflows provide Ambient agents with structured steps to follow toward more complex goals.
1276+
</p>
12791277

12801278
<div>
12811279
<label className="text-sm font-medium mb-1.5 block">

0 commit comments

Comments
 (0)