mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
Use outlined Material-UI variant for all inputs
This commit is contained in:
@@ -24,7 +24,7 @@ const TranscodingEdit = (props) => {
|
||||
<TranscodingNote message={'message.transcodingEnabled'} />
|
||||
|
||||
<Edit title={<TranscodingTitle />} {...props}>
|
||||
<SimpleForm>
|
||||
<SimpleForm variant={'outlined'}>
|
||||
<TextInput source="name" validate={[required()]} />
|
||||
<TextInput source="targetFormat" validate={[required()]} />
|
||||
<SelectInput
|
||||
|
||||
Reference in New Issue
Block a user