refactor: layout roots (#2517)
This commit is contained in:
parent
05a76c5ee3
commit
38421e8106
12 changed files with 205 additions and 269 deletions
|
|
@ -65,6 +65,7 @@ export const ProjectAuthWrapper: FC<IProjectAuthWrapper> = observer((props) => {
|
|||
? () => projectStore.fetchProjectStates(workspaceSlug.toString(), projectId.toString())
|
||||
: null
|
||||
);
|
||||
// TODO: fetch project estimates
|
||||
// fetching project cycles
|
||||
useSWR(
|
||||
workspaceSlug && projectId ? `PROJECT_ALL_CYCLES_${workspaceSlug}_${projectId}` : null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue