chore: fix status model id

This commit is contained in:
Faisal Amir 2025-08-28 13:15:58 +07:00
parent 5257a24181
commit 328d680f73

View File

@ -64,7 +64,7 @@ function HubModelDetail() {
// State for model support status
const [modelSupportStatus, setModelSupportStatus] = useState<
Record<string, 'RED' | 'YELLOW' | 'GREEN' | 'LOADING'>
Record<string, 'RED' | 'YELLOW' | 'GREEN' | 'LOADING' | 'GREY'>
>({})
useEffect(() => {