feat(notification): plant to plant edi

This commit is contained in:
2026-03-10 08:18:29 -05:00
parent 2111a5fdc9
commit ea92422bb1
14 changed files with 428 additions and 69 deletions

View File

@@ -59,7 +59,7 @@ export default function Relocate() {
validators={{
// We can choose between form-wide and field-specific validators
onChange: ({ value }) =>
value.length > 2
value.length > 0
? undefined
: "Please enter a valid running number",
}}
@@ -88,7 +88,7 @@ export default function Relocate() {
validators={{
// We can choose between form-wide and field-specific validators
onChange: ({ value }) =>
value.length > 2 ? undefined : "Please enter a valid lane ID",
value.length > 0 ? undefined : "Please enter a valid lane ID",
}}
children={(field) => {
return (