Fix filters
This commit is contained in:
parent
7c615d941b
commit
086b09df12
@ -103,9 +103,7 @@ const Packages: React.FC = () => {
|
||||
"Stale",
|
||||
"Error",
|
||||
"Missing",
|
||||
"Current",
|
||||
"Queued",
|
||||
"Building",
|
||||
"Current"
|
||||
].map((option) => (
|
||||
<SelectItem key={option} value={option}>
|
||||
{option}
|
||||
|
@ -112,12 +112,8 @@ const Queue: React.FC = () => {
|
||||
<SelectContent>
|
||||
<SelectItem value="All">All</SelectItem>
|
||||
{[
|
||||
"Stale",
|
||||
"Error",
|
||||
"Missing",
|
||||
"Current",
|
||||
"Queued",
|
||||
"Building",
|
||||
"Building"
|
||||
].map((option) => (
|
||||
<SelectItem key={option} value={option}>
|
||||
{option}
|
||||
|
Loading…
Reference in New Issue
Block a user