mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 06:13:52 +02:00
Fix instance creator in dialogs not loading
This commit is contained in:
@@ -674,7 +674,7 @@ export const useInstanceStore = defineStore('Instance', () => {
|
||||
userId: L.userId
|
||||
})
|
||||
.then((args) => {
|
||||
L.user = args.ref;
|
||||
Object.assign(L.user, args.ref);
|
||||
});
|
||||
} else {
|
||||
L.user = ref;
|
||||
|
||||
@@ -1037,7 +1037,7 @@ export const useUserStore = defineStore('User', () => {
|
||||
userId: L.userId
|
||||
})
|
||||
.then((args) => {
|
||||
D.$location.user = args.ref;
|
||||
Object.assign(L.user, args.ref);
|
||||
});
|
||||
} else {
|
||||
L.user = ref;
|
||||
|
||||
Reference in New Issue
Block a user