Skip to content

Commit

Permalink
fix: list item desc not showing (apache#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiteSun authored Oct 23, 2020
1 parent bb70b1a commit 509577e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Upstream/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Page: React.FC = () => {
},
{
title: formatMessage({ id: 'upstream.list.description' }),
dataIndex: 'description',
dataIndex: 'desc',
hideInSearch: true,
},
{
Expand Down

0 comments on commit 509577e

Please sign in to comment.