Przeglądaj źródła

:fire: selectKeys

visuddhinanda 1 rok temu
rodzic
commit
1977ffafda

+ 1 - 1
dashboard-v4/dashboard/src/pages/studio/ai/index.tsx

@@ -10,7 +10,7 @@ const Widget = () => {
   return (
     <Layout>
       <Layout>
-        <LeftSider selectedKeys={"ai"} openKeys={["ai"]} />
+        <LeftSider openKeys={["ai"]} />
         <Content style={styleStudioContent}>
           <Outlet />
         </Content>