Skip to content

Commit

Permalink
22482 fix error on cancel note (#2001)
Browse files Browse the repository at this point in the history
fixed error on cancel unit note
  • Loading branch information
flutistar authored Aug 19, 2024
1 parent 1fcb149 commit 9e4413b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ppr-ui/src/views/mhrInformation/MhrUnitNote.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default defineComponent({
const {
setRegTableNewItem,
setEmptyUnitNoteRegistration,
setMhrAttentionReference
setMhrUnitNoteRegistration
} = useStore()
const {
Expand Down Expand Up @@ -190,7 +190,7 @@ export default defineComponent({
await setEmptyUnitNoteRegistration(initialUnitNote)
}
if (isCancelUnitNote.value) {
setMhrAttentionReference('')
setMhrUnitNoteRegistration({ key: 'attentionReference', value: '' })
}
// reset validation trigger
localState.validate = false
Expand Down

0 comments on commit 9e4413b

Please sign in to comment.