fix: add country/region selectbox in prompt page (#1022)

This commit is contained in:
Resulte Lee
2022-08-21 11:12:23 +08:00
committed by GitHub
parent f3b3376a3c
commit 0bc5b90218
3 changed files with 51 additions and 2 deletions

View File

@ -152,7 +152,7 @@ class SignupTable extends React.Component {
return null;
}
if (record.visible) {
if (record.visible && record.name !== "Country/Region") {
return null;
}