Skip to content

Commit

Permalink
feat: depreate the old search page
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Aug 15, 2024
1 parent 1652a9d commit 908bf99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ function Index() {
label: navTrans('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) {
Expand Down

0 comments on commit 908bf99

Please sign in to comment.