fix web status
All checks were successful
Build and Deploy Log Center / build-and-deploy (push) Successful in 2m39s
All checks were successful
Build and Deploy Log Center / build-and-deploy (push) Successful in 2m39s
This commit is contained in:
parent
9a347d7929
commit
bc63d580ac
@ -3,8 +3,7 @@ import { Link, useSearchParams } from 'react-router-dom';
|
||||
import { getBugs, getProjects, type ErrorLog, type Project } from '../api';
|
||||
|
||||
const STATUSES = [
|
||||
'NEW', 'VERIFYING', 'CANNOT_REPRODUCE', 'PENDING_FIX',
|
||||
'FIXING', 'FIXED', 'VERIFIED', 'DEPLOYED', 'FIX_FAILED'
|
||||
'NEW', 'CANNOT_REPRODUCE', 'FIXING', 'FIXED', 'FIX_FAILED'
|
||||
];
|
||||
|
||||
const SOURCE_LABELS: Record<string, string> = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user