mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Clear user groups when loading
This commit is contained in:
@@ -63,6 +63,7 @@ let index = function () {
|
|||||||
},
|
},
|
||||||
|
|
||||||
loadAdministrations() {
|
loadAdministrations() {
|
||||||
|
this.userGroups = [];
|
||||||
this.notifications.wait.show = true;
|
this.notifications.wait.show = true;
|
||||||
this.notifications.wait.text = i18next.t('firefly.wait_loading_data')
|
this.notifications.wait.text = i18next.t('firefly.wait_loading_data')
|
||||||
this.accounts = [];
|
this.accounts = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user