Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds committed Aug 22, 2024
1 parent 7eb6764 commit fa6e3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ppr-ui/src/components/common/RegistrationsWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ export default defineComponent({
const removeMhrDraft = async (mhrNumber: string): Promise<void> => {
localState.myRegDataLoading = true
await deleteMhrDraft(mhrNumber)
await fetchMhRegistrations(getRegTableMhSortOptions.value) // Refresh the table with update Registration History
await fetchMhRegistrations(getRegTableMhSortOptions.value)
localState.myRegDataLoading = false
}
Expand Down Expand Up @@ -1174,7 +1174,7 @@ export default defineComponent({
}
}
} else {
fetchMhRegistrations(getRegTableMhSortOptions.value)
await fetchMhRegistrations(getRegTableMhSortOptions.value)
}
localState.myRegDataAdding = false
Expand Down

0 comments on commit fa6e3f9

Please sign in to comment.