feat: Added YOLOE model to dropdowns, fixed Radix UI hydration mismatches on the New Analysis page, and resolved the Next.js scroll-behavior: smooth warning. All issues identified have been addressed.
This commit is contained in:
@@ -40,7 +40,7 @@ export default function RootLayout({
|
||||
children: React.ReactNode
|
||||
}>) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<html lang="en" data-scroll-behavior="smooth">
|
||||
<body className={`font-sans antialiased`} suppressHydrationWarning>
|
||||
<TooltipProvider>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user