Skip to content

Commit

Permalink
Improved: Removed unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ravilodhi committed Oct 9, 2023
1 parent 3c93fde commit 02450cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/store/modules/user/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const actions: ActionTree<UserState, RootState> = {
}
},

async getPartialOrderRejectionConfig ({ commit }, payload) {
async getPartialOrderRejectionConfig ({ commit }) {
let config = {};
const params = {
"inputFields": {
Expand Down
1 change: 0 additions & 1 deletion src/views/Orders.vue
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ export default defineComponent({
text: header,
handler: () => {
this.store.dispatch('order/packShipGroupItems', {order, part, facilityId: this.currentFacility.facilityId})
this.getPickupOrders()
}
}]
});
Expand Down

0 comments on commit 02450cb

Please sign in to comment.