fix: resolved rendering issues in list and kanban layout when we apply group-by filter (#4028)

This commit is contained in:
guru_sainath 2024-03-21 20:47:36 +05:30 committed by GitHub
parent 991b8e7703
commit 86ae79f851
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 25 additions and 15 deletions

View file

@ -29,8 +29,8 @@ const GlobalViewIssuesPage: NextPageWithLayout = observer(() => {
currentWorkspace?.name && defaultView?.label
? `${currentWorkspace?.name} - ${defaultView?.label}`
: currentWorkspace?.name && globalViewDetails?.name
? `${currentWorkspace?.name} - ${globalViewDetails?.name}`
: undefined;
? `${currentWorkspace?.name} - ${globalViewDetails?.name}`
: undefined;
return (
<>