diff --git a/training-front-end/src/components/AdminSearchUser.vue b/training-front-end/src/components/AdminSearchUser.vue index 3c1a8afa..94cf139b 100644 --- a/training-front-end/src/components/AdminSearchUser.vue +++ b/training-front-end/src/components/AdminSearchUser.vue @@ -70,6 +70,9 @@ function cancelEdit(){ setSelectedUser(undefined) setSelectedAgencyId(undefined) + // refresh search on cancel from edit reporting page as you can also update user details on the page without + // updating the reporting access. Refresh page to display updated details. + search() } async function updateUserSuccess(message) {