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) => ( -
+