fix problem setting 'loading' flag

This commit is contained in:
2025-06-09 08:37:42 -06:00
parent 6ddf2d1012
commit d719338bcc

View File

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