[WEB-1986] chore: Build Fix, project page import (#5356)

* chore: seperated project components for CE

* chore: splitted the code for project creation form

* fix: code structure optimization

* fix: project page root moved

* fix: synced with preview

* fix: component splitting and refactoring

* fix: build error

* fix: import error
This commit is contained in:
Akshita Goyal
2024-08-12 19:12:35 +05:30
committed by GitHub
parent 91693b2269
commit 041f2b16c3
4 changed files with 5 additions and 5 deletions

View File

@@ -60,6 +60,8 @@ const Root = observer(() => {
useEffect(() => {
if (pathname.includes("/archives")) {
updateDisplayFilters(workspaceSlug.toString(), { archived_projects: true });
} else {
updateDisplayFilters(workspaceSlug.toString(), { archived_projects: false });
}
}, [pathname]);
return (