mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-15 13:38:29 +02:00
fix(direction): typo in iran cities (#54667)
Some checks failed
Publish Any Commit / build (push) Failing after 1m3s
🔀 Sync mirror to Gitee / mirror (push) Has been skipped
✅ test / lint (push) Failing after 57s
✅ test / test-node (push) Failing after 55s
✅ test / test-react-latest (push) Failing after 55s
✅ test / test-coverage (push) Has been skipped
✅ test / test-react-legacy (push) Failing after 55s
✅ test / build (push) Failing after 55s
✅ test / test-react-latest-dist (push) Has been skipped
✅ test / test lib/es module (push) Failing after 55s
👁️ Visual Regression Persist Start / test image (push) Failing after 55s
Some checks failed
Publish Any Commit / build (push) Failing after 1m3s
🔀 Sync mirror to Gitee / mirror (push) Has been skipped
✅ test / lint (push) Failing after 57s
✅ test / test-node (push) Failing after 55s
✅ test / test-react-latest (push) Failing after 55s
✅ test / test-coverage (push) Has been skipped
✅ test / test-react-legacy (push) Failing after 55s
✅ test / build (push) Failing after 55s
✅ test / test-react-latest-dist (push) Has been skipped
✅ test / test lib/es module (push) Failing after 55s
👁️ Visual Regression Persist Start / test image (push) Failing after 55s
Signed-off-by: Ali Mahallati <mahallati81@gmail.com>
This commit is contained in:
parent
9be96b92a7
commit
eecf04371a
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ const cascaderOptions = [
|
|||
children: [
|
||||
{
|
||||
value: 'saadat-abad',
|
||||
label: 'سعادت آیاد',
|
||||
label: 'سعادت آباد',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -66,7 +66,7 @@ const cascaderOptions = [
|
|||
label: 'اردبیل',
|
||||
children: [
|
||||
{
|
||||
value: 'primadar',
|
||||
value: 'pirmadar',
|
||||
label: 'پیرمادر',
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue