mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-28 23:00:57 +00:00
freight.companies allows duplicate names, and Mantine v9 throws on duplicate Autocomplete option values, taking down the whole Container Returns page with a render error. Dedupes the option list by trimmed name. resolveId now returns an id only when exactly one company carries the name — an ambiguous name resolves to nothing, so the return keeps the typed company name rather than silently attaching to whichever duplicate happened to come first. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>