Fix translation key
This commit is contained in:
parent
d303ad2676
commit
5fc4076aec
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ const RadioCreate = (props) => {
|
||||||
/>
|
/>
|
||||||
<TextInput
|
<TextInput
|
||||||
type="url"
|
type="url"
|
||||||
source="homepageUrl"
|
source="homePageUrl"
|
||||||
fullWidth
|
fullWidth
|
||||||
validate={[urlValidate]}
|
validate={[urlValidate]}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue