Skip to content

Commit

Permalink
Reset flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dimak1 committed May 8, 2024
1 parent b7efb6d commit 89e523b
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 @@ -198,7 +198,7 @@ export default defineComponent({
const localState = reactive({
dataLoaded: false,
submitting: false,
showOutOfDateDraftDialog: true,
showOutOfDateDraftDialog: false,
feeType: computed(() => {
switch(true) {
case isStaffCorrection.value:
Expand Down

0 comments on commit 89e523b

Please sign in to comment.