Skip to content

Commit 364f4cb

Browse files
committed
fixed inventory
1 parent f97afc1 commit 364f4cb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

client/src/pages/organization_whole_inventory.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ import { useOrganizationBackendGetItems } from "../components/ui/backend/organiz
1010

1111
const Organization_Whole_Inventory = () => {
1212
// 1. Fetch the data using your custom hook
13-
const { data, loading, error, refresh } =
14-
useOrganizationBackendGetItems("all");
13+
const { data, loading, error, refresh } = useOrganizationBackendGetItems(
14+
"",
15+
"",
16+
);
1517
console.log("Refresh function:", refresh);
1618

1719
// for the overlay model state management

0 commit comments

Comments
 (0)