Эх сурвалжийг харах

feat(frontend): Remove chat interface header label (#4367)

sp.wack 1 жил өмнө
parent
commit
640ce0f60d

+ 1 - 1
frontend/src/routes/app.tsx

@@ -245,7 +245,7 @@ function App() {
   return (
     <div className="flex flex-col h-full gap-3">
       <div className="flex h-full overflow-auto gap-3">
-        <Container className="w-1/4 max-h-full" label="Chat">
+        <Container className="w-1/4 max-h-full">
           <ChatInterface />
         </Container>