fix problem setting 'loading' flag

This commit is contained in:
2025-06-09 08:37:42 -06:00
parent 27ed40d4b3
commit 7e72ff7202

View File

@@ -1173,8 +1173,6 @@ export default class AccountViewView extends Vue {
5000,
);
}
} finally {
this.loadingProfile = false;
}
}
} catch (error) {
@@ -1197,6 +1195,8 @@ export default class AccountViewView extends Vue {
},
5000,
);
} finally {
this.loadingProfile = false;
}
try {