diff --git a/src/front/Components/Layouts/Folder/FolderInformation/index.tsx b/src/front/Components/Layouts/Folder/FolderInformation/index.tsx index 61548236..f2d0100c 100644 --- a/src/front/Components/Layouts/Folder/FolderInformation/index.tsx +++ b/src/front/Components/Layouts/Folder/FolderInformation/index.tsx @@ -452,12 +452,10 @@ export default function FolderInformation(props: IProps) { }, [folderUid]); useEffect(() => { + setIsLoading(true); getFolder(); }, [getFolder]); - useEffect(() => { - setIsLoading(true); - }, [folderUid]); return (