Remove stale hint text from scan field

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-04 19:19:55 -04:00
parent bae0386766
commit cb26a8e634
+1 -1
View File
@@ -64,7 +64,7 @@ export function ScanField({
}, [scan, items, products]); // eslint-disable-line react-hooks/exhaustive-deps }, [scan, items, products]); // eslint-disable-line react-hooks/exhaustive-deps
return ( return (
<Field label="Scan asset id or SKU" hint="Or pick from the list below."> <Field label="Scan asset id or SKU">
<div <div
style={{ style={{
display: "flex", display: "flex",