We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d51b739 + 9cfd7ab commit 5268086Copy full SHA for 5268086
1 file changed
app/Http/Livewire/Dashboard/PendingJobs.php
@@ -36,7 +36,7 @@ public function render()
36
$this->authorize('viewDashboard', [$this->team, 'jobs']);
37
38
return view('livewire.dashboard.jobs', [
39
- 'type' => 'failed',
+ 'type' => 'pending',
40
'jobs' => $this->readyToLoad ? $this->getData() : null,
41
]);
42
}
0 commit comments