Skip to content

Commit 1c81343

Browse files
authored
Merge pull request #288 from tbrandenburg/codex/update-harness-build-workflow-step
2 parents 55dc5e2 + 4b430f1 commit 1c81343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/src/components/WorkflowBuilderPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export const WorkflowBuilderPanel: React.FC<WorkflowBuilderPanelProps> = ({
315315
)}
316316
</select>
317317
) : (
318-
<span className="workflow-step-target__label">Bash</span>
318+
<span className="workflow-step-target__label" />
319319
)}
320320
</div>
321321
<button

0 commit comments

Comments
 (0)