fix: global views bugs (#2563)
This commit is contained in:
parent
52474715de
commit
8b7b5c54b9
16 changed files with 106 additions and 63 deletions
|
|
@ -33,6 +33,8 @@ export const ProjectLayoutRoot: React.FC = observer(() => {
|
|||
|
||||
const issueCount = issueStore.getIssuesCount;
|
||||
|
||||
console.log("issueCount", issueCount);
|
||||
|
||||
return (
|
||||
<div className="relative w-full h-full flex flex-col overflow-hidden">
|
||||
<ProjectAppliedFiltersRoot />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue