mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 13:01:10 +02:00
Convert MetadataSettings to TypeScript
This commit is contained in:
parent
89c8a10e0d
commit
5ed7780ed7
1 changed files with 1 additions and 3 deletions
|
|
@ -8,9 +8,7 @@ import Metadatas from './Metadata/Metadatas';
|
|||
function MetadataSettings() {
|
||||
return (
|
||||
<PageContent title={translate('MetadataSettings')}>
|
||||
<SettingsToolbar
|
||||
showSave={false}
|
||||
/>
|
||||
<SettingsToolbar showSave={false} />
|
||||
|
||||
<PageContentBody>
|
||||
<Metadatas />
|
||||
Loading…
Reference in a new issue