feat(F-093): completed feature
This commit is contained in:
@@ -236,7 +236,7 @@ export default function InventoryPage() {
|
||||
type="search"
|
||||
id="admin-inventory-search"
|
||||
name="q"
|
||||
placeholder="Buscar por producto o SKU..."
|
||||
placeholder="Buscar por EAN o nombre..."
|
||||
value={search}
|
||||
onChange={(e) => setSearch(e.target.value)}
|
||||
className="w-full pl-10 pr-4 py-2.5 border border-gray-300 rounded-xl text-sm focus:ring-2 focus:ring-[#2D6A4F] focus:border-transparent outline-none"
|
||||
|
||||
Reference in New Issue
Block a user