mirror of
https://github.com/navidrome/navidrome.git
synced 2026-04-03 06:41:01 +00:00
Make Radio Create and Edit forms consistent
This commit is contained in:
parent
bbf0677ff5
commit
317d179d21
@ -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…
x
Reference in New Issue
Block a user