Skip to content

Commit

Permalink
Prevented dbl call to initGroups
Browse files Browse the repository at this point in the history
  • Loading branch information
kazoompa committed May 31, 2024
1 parent 904c7c2 commit 38137cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opal-ui/src/components/admin/AddUserDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ async function onAddUser() {
confirmPassword.value = '';
groups.value = '';
certificate.value = '';
emit('update:modelValue', false);
showDialog.value = false;
})
.catch(notifyError);
Expand Down

0 comments on commit 38137cf

Please sign in to comment.