User permission update reactivity fix

ref #48
This commit is contained in:
Nicolai Ort 2021-02-26 19:59:38 +01:00
parent bfc93158f5
commit 5994b22464

View File

@ -50,6 +50,7 @@
(o) => o.target + ":" + o.action !== a.target + ":" + a.action
);
});
grantedPermissions_initial = grantedPermissions;
Toastify({
text: $_("permissions-updated"),
duration: 2500,