Remove stale hint text from scan field
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -64,7 +64,7 @@ export function ScanField({
|
||||
}, [scan, items, products]); // eslint-disable-line react-hooks/exhaustive-deps
|
||||
|
||||
return (
|
||||
<Field label="Scan asset id or SKU" hint="Or pick from the list below.">
|
||||
<Field label="Scan asset id or SKU">
|
||||
<div
|
||||
style={{
|
||||
display: "flex",
|
||||
|
||||
Reference in New Issue
Block a user