Clear user groups when loading

This commit is contained in:
James Cole
2024-04-01 16:07:14 +02:00
parent 5749b642ce
commit e3a67be412

View File

@@ -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 = [];