From fa6e3f9148f3ea6b07302f84ca52b3fe4357a125 Mon Sep 17 00:00:00 2001 From: Cameron Bowler Date: Wed, 21 Aug 2024 12:17:28 -0700 Subject: [PATCH] clean up --- ppr-ui/src/components/common/RegistrationsWrapper.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ppr-ui/src/components/common/RegistrationsWrapper.vue b/ppr-ui/src/components/common/RegistrationsWrapper.vue index 6c37a239a..56dfe1663 100644 --- a/ppr-ui/src/components/common/RegistrationsWrapper.vue +++ b/ppr-ui/src/components/common/RegistrationsWrapper.vue @@ -866,7 +866,7 @@ export default defineComponent({ const removeMhrDraft = async (mhrNumber: string): Promise => { localState.myRegDataLoading = true await deleteMhrDraft(mhrNumber) - await fetchMhRegistrations(getRegTableMhSortOptions.value) // Refresh the table with update Registration History + await fetchMhRegistrations(getRegTableMhSortOptions.value) localState.myRegDataLoading = false } @@ -1174,7 +1174,7 @@ export default defineComponent({ } } } else { - fetchMhRegistrations(getRegTableMhSortOptions.value) + await fetchMhRegistrations(getRegTableMhSortOptions.value) } localState.myRegDataAdding = false