bug - focus
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user