bug - focus

This commit is contained in:
2026-03-14 22:44:06 -05:00
parent 10b47da724
commit ce6dec316e

View File

@@ -136,7 +136,7 @@ export function WarehouseFormPage({ mode }: { mode: "create" | "edit" }) {
) : (
<div className="mt-5 space-y-4">
{form.locations.map((location: WarehouseLocationInput, index: number) => (
<div key={`${location.code}-${index}`} className="rounded-3xl border border-line/70 bg-page/60 p-3">
<div key={index} className="rounded-3xl border border-line/70 bg-page/60 p-3">
<div className="grid gap-3 xl:grid-cols-[0.7fr_1fr_auto]">
<label className="block">
<span className="mb-2 block text-xs font-semibold uppercase tracking-[0.16em] text-muted">Code</span>