Skip to content

Commit

Permalink
fix(web(js)): reset cached users when closing subscription dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Oct 1, 2021
1 parent a073241 commit 38b95af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UI/WebServerResources/js/Common/sgSubscribe.directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
};

vm.close = function() {
User.$query = null;
$mdDialog.hide();
};
}
Expand Down

0 comments on commit 38b95af

Please sign in to comment.