1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

Improve add/loading error notices

(cherry picked from commit dd704579df43b0dd835f8bb618c4b4412561a888)

Closes #9767
This commit is contained in:
Bogdan
2024-02-04 20:40:38 +02:00
parent 0b090e5f39
commit 9620207503
44 changed files with 53 additions and 54 deletions
@@ -62,7 +62,7 @@ class CustomFormats extends Component {
<FieldSet legend={translate('CustomFormats')}>
<PageSectionContent
errorMessage={translate('CustomFormatsLoadError')}
{...otherProps}c={true}
{...otherProps}
>
<div className={styles.customFormats}>
{
@@ -42,9 +42,9 @@ class AddSpecificationModalContent extends Component {
{
!isSchemaFetching && !!schemaError &&
<div>
<Alert kind={kinds.DANGER}>
{translate('AddConditionError')}
</div>
</Alert>
}
{