Fix translation key

This commit is contained in:
Deluan 2023-02-16 21:05:11 -05:00 committed by Joe Stump
parent 82d0b9699b
commit ae428f1e9e
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

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