Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/hotwax/bopis into 396-other…
Browse files Browse the repository at this point in the history
…-shipment-inventory
  • Loading branch information
amansinghbais committed Jun 21, 2024
2 parents 0e62c48 + 583cb5c commit 6b2277e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 21 deletions.
23 changes: 4 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@casl/ability": "^6.0.0",
"@hotwax/app-version-info": "^1.0.0",
"@hotwax/apps-theme": "^1.2.6",
"@hotwax/dxp-components": "^1.13.0",
"@hotwax/dxp-components": "^1.14.1",
"@hotwax/oms-api": "^1.14.0",
"@ionic/core": "^7.6.0",
"@ionic/vue": "^7.6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/store/modules/user/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const userModule: Module<UserState, RootState> = {
currentFacility: {},
instanceUrl: '',
preference: {
showShippingOrders: true,
showShippingOrders: false,
showPackingSlip: false,
configurePicker: false
},
Expand Down
5 changes: 5 additions & 0 deletions src/store/modules/user/mutations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ const mutations: MutationTree <UserState> = {
state.current = {}
state.currentFacility = {}
state.permissions = []
state.preference= {
showShippingOrders: false,
showPackingSlip: false,
configurePicker: false
}
},
[types.USER_INFO_UPDATED] (state, payload) {
state.current = payload
Expand Down

0 comments on commit 6b2277e

Please sign in to comment.