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:
parent
13d7c73c12
commit
4fd6480c9c
3 changed files with 5 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue