Fix translation key

This commit is contained in:
Deluan 2023-02-16 21:05:11 -05:00
parent d303ad2676
commit 5fc4076aec

View file

@ -32,7 +32,7 @@ const RadioCreate = (props) => {
/> />
<TextInput <TextInput
type="url" type="url"
source="homepageUrl" source="homePageUrl"
fullWidth fullWidth
validate={[urlValidate]} validate={[urlValidate]}
/> />