Browse Source

Merge pull request #618 from zilliztech/attu-617

feat: depreate the old search page
ryjiang 10 months ago
parent
commit
1882ea0dca
1 changed files with 5 additions and 5 deletions
  1. 5 5
      client/src/pages/index.tsx

+ 5 - 5
client/src/pages/index.tsx

@@ -89,11 +89,11 @@ function Index() {
       label: navTrans('database'),
       label: navTrans('database'),
       onClick: () => navigate(`/databases/${database}`),
       onClick: () => navigate(`/databases/${database}`),
     },
     },
-    {
-      icon: icons.navSearch,
-      label: navTrans('search'),
-      onClick: () => navigate('/search'),
-    },
+    // {
+    //   icon: icons.navSearch,
+    //   label: navTrans('search'),
+    //   onClick: () => navigate('/search'),
+    // },
   ];
   ];
 
 
   if (!isManaged) {
   if (!isManaged) {