From 6362ee9b7d9f178c2893bf13c8c3b0332daca45b Mon Sep 17 00:00:00 2001 From: Bogdan Date: Thu, 9 Nov 2023 14:27:10 +0200 Subject: [PATCH] Fixed: (UI) Import Lists enabled status doesn't rely on automatic add Fixes #9375 --- .../ImportLists/ImportLists/ImportList.js | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/frontend/src/Settings/ImportLists/ImportLists/ImportList.js b/frontend/src/Settings/ImportLists/ImportLists/ImportList.js index d0f5b84562..833ea00bac 100644 --- a/frontend/src/Settings/ImportLists/ImportLists/ImportList.js +++ b/frontend/src/Settings/ImportLists/ImportLists/ImportList.js @@ -74,9 +74,15 @@ class ImportList extends Component {
{ - enabled && + enabled ? : + } @@ -86,16 +92,6 @@ class ImportList extends Component { {translate('Auto')} } - - { - !enabled && !enableAuto && - - }