Skip to content

Commit

Permalink
minor modification
Browse files Browse the repository at this point in the history
  • Loading branch information
RuoxuanPengBC committed Oct 27, 2023
1 parent e877424 commit 3e8ee02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppr-ui/src/views/newMhrRegistration/MhrRegistration.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export default defineComponent({
return getRegistrationType.value?.registrationTypeUI || ('' as UIRegistrationTypes)
}),
isDraft: computed((): boolean => {
return getMhrDraftNumber
return getMhrDraftNumber.value
}),
isValidatingApp: computed((): boolean => {
return getValidation(MhrSectVal.REVIEW_CONFIRM_VALID, MhrCompVal.VALIDATE_APP)
Expand Down

0 comments on commit 3e8ee02

Please sign in to comment.