Skip to content

Commit

Permalink
inject clearAddUserForm() to inviteUser condition
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaellayug authored and nul800sebastiaan committed May 28, 2021
1 parent 2697431 commit 1c630e3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@
$location.search("invite", null);
}
else if (state === "inviteUser") {
clearAddUserForm();

$location.search("create", null);
$location.search("invite", "true");
}
Expand Down

0 comments on commit 1c630e3

Please sign in to comment.