chore: fix status model id
This commit is contained in:
parent
5257a24181
commit
328d680f73
@ -64,7 +64,7 @@ function HubModelDetail() {
|
|||||||
|
|
||||||
// State for model support status
|
// State for model support status
|
||||||
const [modelSupportStatus, setModelSupportStatus] = useState<
|
const [modelSupportStatus, setModelSupportStatus] = useState<
|
||||||
Record<string, 'RED' | 'YELLOW' | 'GREEN' | 'LOADING'>
|
Record<string, 'RED' | 'YELLOW' | 'GREEN' | 'LOADING' | 'GREY'>
|
||||||
>({})
|
>({})
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user