feat: add china & philipines nationality (option)
This commit is contained in:
parent
297eb3fc06
commit
608f84b0df
1 changed files with 16 additions and 0 deletions
|
|
@ -85,6 +85,14 @@
|
||||||
{
|
{
|
||||||
"label": "Vietnam",
|
"label": "Vietnam",
|
||||||
"value": "vn"
|
"value": "vn"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Philippines",
|
||||||
|
"value": "ph"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "China",
|
||||||
|
"value": "cn"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
@ -794,6 +802,14 @@
|
||||||
{
|
{
|
||||||
"label": "เวียดนาม",
|
"label": "เวียดนาม",
|
||||||
"value": "vn"
|
"value": "vn"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "ฟิลิปปินส์",
|
||||||
|
"value": "ph"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "จีน",
|
||||||
|
"value": "cn"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue