mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Make Radio Create and Edit forms consistent
This commit is contained in:
parent
a8478ca74c
commit
d319b66ff3
1 changed files with 7 additions and 2 deletions
|
@ -50,8 +50,13 @@ const RadioCreate = (props) => {
|
|||
<Create title={<Title subTitle={title} />} {...props}>
|
||||
<SimpleForm save={save} variant={'outlined'}>
|
||||
<TextInput source="name" validate={[required()]} />
|
||||
<TextInput type="url" source="streamUrl" validate={[required()]} />
|
||||
<TextInput type="url" source="homepageUrl" />
|
||||
<TextInput
|
||||
type="url"
|
||||
source="streamUrl"
|
||||
fullWidth
|
||||
validate={[required()]}
|
||||
/>
|
||||
<TextInput type="url" source="homepageUrl" fullWidth />
|
||||
</SimpleForm>
|
||||
</Create>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue