Merge pull request #345 from ice-zjchen/patch-1

randon->random
This commit is contained in:
liaoxuezhi 2019-11-13 09:46:59 +08:00 committed by GitHub
commit c167260b9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,7 @@ class MyFormItem extends React.Component {
{
"type": "custom",
"label": "随机值",
"name": "randon"
"name": "random"
}
]
}