We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52557f5 commit 4ec85f9Copy full SHA for 4ec85f9
components/frontend/src/app/projects/[name]/sessions/[sessionName]/page.tsx
@@ -1271,11 +1271,9 @@ export default function ProjectSessionDetailPage({
1271
{/* Workflow selector - always visible except when activating */}
1272
{!workflowActivating && (
1273
<>
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
- )}
+ <p className="text-sm text-muted-foreground">
+ Workflows provide Ambient agents with structured steps to follow toward more complex goals.
+ </p>
1279
1280
<div>
1281
<label className="text-sm font-medium mb-1.5 block">
0 commit comments