Skip to content

Commit 8b52470

Browse files
authored
fix: failed jobs infinite loading (#1584)
1 parent 0a15152 commit 8b52470

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/js/screens/failedJobs/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
this.$http.get(Horizon.basePath + '/api/jobs/failed?' + tagQuery + 'starting_at=' + starting)
6464
.then(response => {
6565
if (!this.$root.autoLoadsNewEntries && refreshing && !response.data.jobs.length) {
66+
this.ready = true;
6667
return;
6768
}
6869

0 commit comments

Comments
 (0)