Skip to content

Commit

Permalink
BUG: [UI] Fix 'Model Format' bug on model registration page. (xorbits…
Browse files Browse the repository at this point in the history
  • Loading branch information
yiboyasss authored Sep 24, 2024
1 parent 5de46e9 commit 3369106
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ const AddModelSpecs = ({
new Set([...quantizationAlertId, item.id])
)
setQuantizationAlertId(quantizationAlertIdArr)
} else {
setQuantizationAlertId([])
}
}}
>
Expand Down

0 comments on commit 3369106

Please sign in to comment.