From ce6dec316eafc25e204152d62f569f445c984d30 Mon Sep 17 00:00:00 2001 From: jason Date: Sat, 14 Mar 2026 22:44:06 -0500 Subject: [PATCH] bug - focus --- client/src/modules/inventory/WarehouseFormPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/modules/inventory/WarehouseFormPage.tsx b/client/src/modules/inventory/WarehouseFormPage.tsx index 8e64686..8163c0f 100644 --- a/client/src/modules/inventory/WarehouseFormPage.tsx +++ b/client/src/modules/inventory/WarehouseFormPage.tsx @@ -136,7 +136,7 @@ export function WarehouseFormPage({ mode }: { mode: "create" | "edit" }) { ) : (
{form.locations.map((location: WarehouseLocationInput, index: number) => ( -
+