Skip to content

Commit

Permalink
fix(ui): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Anis SMAIL committed Nov 28, 2024
1 parent 700cfe3 commit 24405ab
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -94,7 +94,7 @@ function StudiesList(props: StudiesListProps) {
const [selectedStudies, setSelectedStudies] = useState<string[]>([]);
const [selectionMode, setSelectionMode] = useState(false);
const [confirmFolderScan, setConfirmFolderScan] = useState<boolean>(false);
const [requestDeepscan, setRequestDeepScan] = useState<boolean>(false);
const [requestDeepScan, setRequestDeepScan] = useState<boolean>(false);

useEffect(() => {
setFolderList(folder.split("/"));
Expand Down

0 comments on commit 24405ab

Please sign in to comment.