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 d55e545bda
commit b93e1111ee

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 || {}