feat(default): add model performance badges
Add a batched performance summary API for model square cards and show compact latency, throughput, and status metrics without increasing card size. Also fix OTP verification form submission.
This commit is contained in:
@@ -183,7 +183,7 @@ export function OtpForm({ className, ...props }: OtpFormProps) {
|
||||
)}
|
||||
/>
|
||||
|
||||
<Button className='mt-2 w-full' disabled={!isFormValid || isLoading}>
|
||||
<Button type='submit' className='mt-2 w-full' disabled={!isFormValid || isLoading}>
|
||||
{isLoading ? <Loader2 className='h-4 w-4 animate-spin' /> : null}
|
||||
{t('Verify and Sign In')}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user