fix(web(js)): reset cached users when closing subscription dialog

master
Francis Lachapelle 2021-10-01 11:18:52 -04:00
parent a073241e0f
commit 38b95af9fd
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@
};
vm.close = function() {
User.$query = null;
$mdDialog.hide();
};
}