fix
This commit is contained in:
parent
c611788e77
commit
d5382d4aa2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue