Improve UI.

This commit is contained in:
Yang Luo
2021-02-14 10:20:42 +08:00
parent 2dd4afbe7b
commit 8543d09d05
4 changed files with 25 additions and 10 deletions

View File

@ -114,7 +114,7 @@ class OrganizationListPage extends React.Component {
sorter: (a, b) => a.displayName.localeCompare(b.displayName),
},
{
title: 'Website Url',
title: 'Website URL',
dataIndex: 'websiteUrl',
key: 'websiteUrl',
width: '300px',