fixup: update stale CreateAgentPage cross-references (argus review)

Three doc comments elsewhere in the tree still named the old
CreateAgentPage identifier/page framing after the rename in this
branch -- TextField.tsx, Panel.tsx, FormField.css (x3). None of these
files are touched by the rest of the diff, which is exactly how the
staleness happened.
This commit is contained in:
iris 2026-08-24 00:34:34 +02:00
commit 4fd6480c9c
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
// <TextField> — a labelled single-line text input, the shared control
// every page-level form (`CreateAgentPage` today) reaches for instead
// every form (`CreateAgentForm` today) reaches for instead
// of hand-rolling its own label/input pair. No textarea/multi-line
// mode — promote that the day a real caller needs one, same "don't
// build ahead of a caller" rule the rest of `ui/` follows.