Skip to content

Commit

Permalink
fix: hide id in search and trigger ci workflow
Browse files Browse the repository at this point in the history
Signed-off-by: mango <xu.weiKyrie@foxmail.com>
  • Loading branch information
mangoGoForward committed Jan 4, 2022
1 parent c2a6cb8 commit 7f4d292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/pages/Route/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ const Page: React.FC = () => {
},
{
title: formatMessage({ id: 'component.global.id' }),
hideInSearch: true,
dataIndex: 'id',
},
{
Expand Down

0 comments on commit 7f4d292

Please sign in to comment.