mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
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…
Add table
Add a link
Reference in a new issue