فهرست منبع

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

sp.wack 1 سال پیش
والد
کامیت
640ce0f60d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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>