diff --git a/src/stores/profile_config.js b/src/stores/profile_config.js index 5d43ea446..516b3845e 100644 --- a/src/stores/profile_config.js +++ b/src/stores/profile_config.js @@ -125,7 +125,7 @@ export const useProfileConfigStore = defineStore('profileConfig', { return } - useUsersStore().addNewUsers(result) + const [user] = useUsersStore().addNewUsers(result) this.update(user) } catch (e) { console.warn('Error setting server-side option:', e)