mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Clear user groups when loading
This commit is contained in:
parent
5749b642ce
commit
e3a67be412
@ -63,6 +63,7 @@ let index = function () {
|
||||
},
|
||||
|
||||
loadAdministrations() {
|
||||
this.userGroups = [];
|
||||
this.notifications.wait.show = true;
|
||||
this.notifications.wait.text = i18next.t('firefly.wait_loading_data')
|
||||
this.accounts = [];
|
||||
|
Loading…
Reference in New Issue
Block a user