Skip to content

Commit

Permalink
Removed: unwanted changes(dxp/#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Oct 25, 2024
1 parent 762d2e7 commit 7ced752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/store/modules/product/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const actions: ActionTree<ProductState, RootState> = {

async clearProducts({ commit }) {
commit(types.PRODUCT_LIST_UPDATED, { products: [], total: 0 });
}
}
}

export default actions;
2 changes: 1 addition & 1 deletion src/store/modules/user/UserState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default interface UserState {
productIdentificationPref: {
primaryId: string,
secondaryId: string
},
}
},
goodIdentificationTypes: Array<string>;
}

0 comments on commit 7ced752

Please sign in to comment.