Update web_src/js/components/RepoActionView.vue

This commit is contained in:
silverwind 2024-05-27 22:40:57 +02:00 committed by GitHub
parent 77e6bec03a
commit 60e424df86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -240,7 +240,7 @@ const sfc = {
} catch (err) {
if (err instanceof TypeError) return; // avoid network error while unloading page
showErrorToast(err.message);
// reset all loading states, we can't easily tell which one failed at this point
// reset all step loading states, we can't easily tell which one failed at this point
for (let i = 0; i < this.currentJob.steps.length; i++) {
if (this.currentJobStepsStates[i].loading) {
this.currentJobStepsStates[i].loading = false;