Browse Source

add openKeys={["setting"]}

visuddhinanda 11 tháng trước cách đây
mục cha
commit
c3d6051451
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dashboard-v4/dashboard/src/pages/studio/setting/index.tsx

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

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