Show archived tasks

This commit is contained in:
Benjamin Beganović 2021-09-10 21:50:23 +02:00
parent ec4fb0ae9d
commit a95f9e608a

View File

@ -48,6 +48,7 @@ class TasksTable extends Component
$query = $query
->orderBy($this->sort_field, $this->sort_asc ? 'asc' : 'desc')
->withTrashed()
->paginate($this->per_page);
return render('components.livewire.tasks-table', [