Skip to content

Commit

Permalink
Fix invalid method call
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadjaur committed Dec 12, 2024
1 parent 2153af1 commit 3045bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/modules/item/hooks/useImportItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const useImportItem = () => {
});
}

addOfflineRequest('addItemGlobal', newItem);
addOfflineRequest('importItemsGlobal', newItem);

// Optionally, handle offline case here if needed
},
Expand Down

0 comments on commit 3045bef

Please sign in to comment.