Skip to content

Commit

Permalink
Implemented: support to disable functionality when test feature is en…
Browse files Browse the repository at this point in the history
…abled, and implemented functionality for the test route feature(#254)
  • Loading branch information
ymaheshwari1 committed Dec 16, 2024
1 parent c2a14ae commit 43f194c
Show file tree
Hide file tree
Showing 3 changed files with 450 additions and 32 deletions.
1 change: 0 additions & 1 deletion src/store/modules/product/getters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const getters: GetterTree<ProductState, RootState> = {
return state.products
},
getProductById: (state) => (id: string) => {
console.log('id', id)
return state.products[id] || {}
},
getProductStock: (state) => (productId: string, facilityId: string) => {
Expand Down
Loading

0 comments on commit 43f194c

Please sign in to comment.