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
|
}, [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",
|
||||||
|
|||||||
Reference in New Issue
Block a user