mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-09 04:16:02 +00:00
do not deep clone project in the filetree
GitOrigin-RevId: 043bafdd1ee37cc48eefb56a0dbb164eab0f54f1
This commit is contained in:
parent
6f0f4a87ad
commit
1f5c4c1c9c
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ export function useFileTreeData(propTypes) {
|
|||
}
|
||||
|
||||
export function FileTreeDataProvider({ children }) {
|
||||
const [project] = useScopeValue('project', true)
|
||||
const [project] = useScopeValue('project')
|
||||
|
||||
const { rootFolder } = project || {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue