Browse Source

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

sp.wack 1 năm trước cách đây
mục cha
commit
640ce0f60d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      frontend/src/routes/app.tsx

+ 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>