Skip to content

Commit

Permalink
Fixed: Corrected unwanted change (#166).
Browse files Browse the repository at this point in the history
  • Loading branch information
ravilodhi committed Dec 2, 2024
1 parent 26973e6 commit 2e4c78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/user/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ const actions: ActionTree<UserState, RootState> = {
const params = {
mappingPrefName: payload.name,
mappingPrefValue: JSON.stringify(payload.value),
mappingPrefTypeEnumId: "TT"
mappingPrefTypeEnumId
}

const resp = await UserService.createFieldMapping(params);
Expand Down

0 comments on commit 2e4c78e

Please sign in to comment.