mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-03 12:28:51 +00:00
fix(web(js)): reset cached users when closing subscription dialog
This commit is contained in:
@@ -108,6 +108,7 @@
|
||||
};
|
||||
|
||||
vm.close = function() {
|
||||
User.$query = null;
|
||||
$mdDialog.hide();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user