From 04ae010881444481078c886bef39804a832f0869 Mon Sep 17 00:00:00 2001 From: Anis SMAIL Date: Fri, 24 Jan 2025 10:27:48 +0100 Subject: [PATCH 1/2] fix(studies): fix tooltip --- webapp/src/components/App/Studies/StudiesList/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}?`} From d67148e760dcf9378cc1a6d13774d878dfc0c1ec Mon Sep 17 00:00:00 2001 From: Anis SMAIL Date: Fri, 24 Jan 2025 10:28:13 +0100 Subject: [PATCH 2/2] fix(studies): show all children by default --- webapp/src/redux/ducks/studies.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,