Skip to content

Commit 5268086

Browse files
authored
Merge pull request #44 from kduma-OSS/fix-dashboard-widget
Fix dashboard widget
2 parents d51b739 + 9cfd7ab commit 5268086

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Http/Livewire/Dashboard/PendingJobs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function render()
3636
$this->authorize('viewDashboard', [$this->team, 'jobs']);
3737

3838
return view('livewire.dashboard.jobs', [
39-
'type' => 'failed',
39+
'type' => 'pending',
4040
'jobs' => $this->readyToLoad ? $this->getData() : null,
4141
]);
4242
}

0 commit comments

Comments
 (0)