You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/10/23 04:00:43 UTC

[apisix-dashboard] branch master updated: fix: list item desc not showing (#591)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 509577e  fix: list item desc not showing (#591)
509577e is described below

commit 509577ebf04f77ca290bf7d039381fe0263b4499
Author: litesun <7s...@gmail.com>
AuthorDate: Fri Oct 23 12:00:08 2020 +0800

    fix: list item desc not showing (#591)
---
 src/pages/Upstream/List.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/Upstream/List.tsx b/src/pages/Upstream/List.tsx
index 75ba4a7..783c37e 100644
--- a/src/pages/Upstream/List.tsx
+++ b/src/pages/Upstream/List.tsx
@@ -41,7 +41,7 @@ const Page: React.FC = () => {
     },
     {
       title: formatMessage({ id: 'upstream.list.description' }),
-      dataIndex: 'description',
+      dataIndex: 'desc',
       hideInSearch: true,
     },
     {