Skip to content

Commit cf99bbf

Browse files
committed
fixed the mode
1 parent 4722181 commit cf99bbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/ui/card_organization_inventory_details_modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const Inventory_Details_Modal: React.FC<Inventory_Details_Modal_Interface> = ({
8383
href={{
8484
pathname: "/organization_add_product",
8585
query: {
86-
mode: "lend",
86+
mode: "modify",
8787
data: JSON.stringify(itemData),
8888
},
8989
}}

0 commit comments

Comments
 (0)