do not deep clone project in the filetree

GitOrigin-RevId: 043bafdd1ee37cc48eefb56a0dbb164eab0f54f1
This commit is contained in:
Rebeka 2023-06-14 08:26:27 +02:00 committed by Copybot
parent 6f0f4a87ad
commit 1f5c4c1c9c

View file

@ -135,7 +135,7 @@ export function useFileTreeData(propTypes) {
}
export function FileTreeDataProvider({ children }) {
const [project] = useScopeValue('project', true)
const [project] = useScopeValue('project')
const { rootFolder } = project || {}