Procházet zdrojové kódy

selectedKeys -> openKeys

visuddhinanda před 1 rokem
rodič
revize
c5c3534c4f

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

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