Skip to content

Commit

Permalink
fix(ui-studies): 615 minor fixes (#2314)
Browse files Browse the repository at this point in the history
Co-authored-by: Anis SMAIL <[email protected]>
  • Loading branch information
smailio and Anis SMAIL authored Jan 24, 2025
1 parent e300c94 commit a31f9c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/src/components/App/Studies/StudiesList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ function StudiesList(props: StudiesListProps) {
>
{`${t("studies.scanFolder")} ${folder}?`}
<CheckBoxFE
label={t("studies.requestDeepScan")}
label={t("studies.recursiveScan")}
value={isRecursiveScan}
onChange={handleRecursiveScan}
/>
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/redux/ducks/studies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const initialState = studiesAdapter.getInitialState({
filters: {
inputValue: "",
folder: "root",
strictFolder: true,
strictFolder: false,
managed: false,
archived: false,
variant: false,
Expand Down

0 comments on commit a31f9c1

Please sign in to comment.