🩹 feat: Added "paused" status option to file filter.
This commit is contained in:
parent
790c6d21eb
commit
36b50ead7b
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ export function FileFilters({
|
|||
<SelectItem value="all">All statuses</SelectItem>
|
||||
<SelectItem value="idle">Not downloaded</SelectItem>
|
||||
<SelectItem value="downloading">Downloading</SelectItem>
|
||||
<SelectItem value="paused">Paused</SelectItem>
|
||||
<SelectItem value="completed">Completed</SelectItem>
|
||||
<SelectItem value="error">Error</SelectItem>
|
||||
</SelectContent>
|
||||
|
|
|
|||
Loading…
Reference in a new issue