From a31f9c14fe5f1617210cab30fe45d89a33ceb417 Mon Sep 17 00:00:00 2001 From: Anis Date: Fri, 24 Jan 2025 10:45:04 +0100 Subject: [PATCH] fix(ui-studies): 615 minor fixes (#2314) Co-authored-by: Anis SMAIL --- webapp/src/components/App/Studies/StudiesList/index.tsx | 2 +- webapp/src/redux/ducks/studies.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/components/App/Studies/StudiesList/index.tsx b/webapp/src/components/App/Studies/StudiesList/index.tsx index 82587d0e12..dba3866d98 100644 --- a/webapp/src/components/App/Studies/StudiesList/index.tsx +++ b/webapp/src/components/App/Studies/StudiesList/index.tsx @@ -285,7 +285,7 @@ function StudiesList(props: StudiesListProps) { > {`${t("studies.scanFolder")} ${folder}?`} diff --git a/webapp/src/redux/ducks/studies.ts b/webapp/src/redux/ducks/studies.ts index 177ed2992d..951f5fc199 100644 --- a/webapp/src/redux/ducks/studies.ts +++ b/webapp/src/redux/ducks/studies.ts @@ -84,7 +84,7 @@ const initialState = studiesAdapter.getInitialState({ filters: { inputValue: "", folder: "root", - strictFolder: true, + strictFolder: false, managed: false, archived: false, variant: false,