Skip to content

Commit

Permalink
Remove await for Transfer Type setter (#1675)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimak1 authored Jan 3, 2024
1 parent cf5c77f commit bc09c5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ppr-ui/src/views/mhrInformation/MhrInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ export default defineComponent({
(transferTypeSelect?.transferType !== getMhrTransferType.value?.transferType)
) await resetMhrInformation(false)
await setMhrTransferType(transferTypeSelect)
setMhrTransferType(transferTypeSelect)
}
const handleDeclaredValueChange = async (declaredValue: number): Promise<void> => {
Expand Down Expand Up @@ -1103,6 +1103,7 @@ export default defineComponent({
submittingPartyChangeContent,
isChangeLocationActive,
isChangeLocationEnabled,
getMhrTransferType,
...toRefs(localState)
}
}
Expand Down

0 comments on commit bc09c5e

Please sign in to comment.