diff --git a/services/web/frontend/js/shared/context/file-tree-data-context.js b/services/web/frontend/js/shared/context/file-tree-data-context.js index dbf221b7fe..aced211eb2 100644 --- a/services/web/frontend/js/shared/context/file-tree-data-context.js +++ b/services/web/frontend/js/shared/context/file-tree-data-context.js @@ -135,7 +135,7 @@ export function useFileTreeData(propTypes) { } export function FileTreeDataProvider({ children }) { - const [project] = useScopeValue('project', true) + const [project] = useScopeValue('project') const { rootFolder } = project || {}