Skip to content

Commit 73ff39b

Browse files
committed
revert redundant change
1 parent 7d4f722 commit 73ff39b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web_src/js/components/RepoActionView.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,11 @@ export default defineComponent({
346346
const isFirstLoad = !this.run.status;
347347
const job = await this.fetchJobData(abortController);
348348
if (this.loadingAbortController !== abortController) return;
349+
349350
this.artifacts = job.artifacts || [];
350351
this.run = job.state.run;
351352
this.currentJob = job.state.currentJob;
353+
352354
// sync the currentJobStepsStates to store the job step states
353355
for (let i = 0; i < this.currentJob.steps.length; i++) {
354356
const expanded = isFirstLoad && this.optionAlwaysExpandRunning && this.currentJob.steps[i].status === 'running';

0 commit comments

Comments
 (0)