fix(workflows): remove stale Phase 2 placeholder text from node inspector

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Kaya
2026-04-05 19:53:20 +02:00
co-authored by Copilot
parent 871609db5b
commit 7a32c9c0a3
@@ -236,7 +236,7 @@ function PlaceholderNodeInspector({
value={node.label}
/>
<div className="rounded-lg border border-[var(--color-status-warning)]/20 bg-[var(--color-status-warning)]/5 px-3 py-2 text-[12px] text-[var(--color-status-warning)]">
Full configuration coming in Phase 2.
Full configuration for this node type is not yet available.
</div>
</div>
);