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

This commit is contained in:
Francis Lachapelle
2021-10-01 11:18:52 -04:00
parent a073241e0f
commit 38b95af9fd

View File

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