feat: add country/region select (#207)

Signed-off-by: sh1luo <690898835@qq.com>
This commit is contained in:
sh1luo
2021-07-31 16:02:48 +08:00
committed by GitHub
parent eabeef094a
commit bc5e748e5c
9 changed files with 110 additions and 2 deletions

View File

@ -73,6 +73,7 @@ class SignupTable extends React.Component {
{id: 'ID', name: 'ID'},
{id: 'Display name', name: 'Display name'},
{id: 'Affiliation', name: 'Affiliation'},
{id: 'Country/Region', name: 'Country/Region'},
{id: 'Email', name: 'Email'},
{id: 'Password', name: 'Password'},
{id: 'Confirm password', name: 'Confirm password'},