Sfoglia il codice sorgente

selectedKeys -> openKeys

visuddhinanda 1 anno fa
parent
commit
c5c3534c4f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      dashboard-v4/dashboard/src/pages/studio/task/index.tsx

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