mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user