mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 14:26:06 +02:00
Open last dialog on error
This commit is contained in:
+3
-1
@@ -168,7 +168,9 @@ export const useGroupStore = defineStore('Group', () => {
|
||||
})
|
||||
.catch((err) => {
|
||||
D.loading = false;
|
||||
uiStore.closeMainDialog();
|
||||
D.id = null;
|
||||
D.visible = false;
|
||||
uiStore.jumpBackDialogCrumb();
|
||||
toast.error(t('message.group.load_failed'));
|
||||
throw err;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user