ソースを参照

openKeys={["setting"]}

visuddhinanda 11 ヶ月 前
コミット
50a9714518
1 ファイル変更1 行追加1 行削除
  1. 1 1
      dashboard-v4/dashboard/src/pages/studio/ai/index.tsx

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

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