forked from github/plane
chore: global issues ui improvement and bug fixes (#2300)
This commit is contained in:
committed by
GitHub
parent
6cb4b222d0
commit
459999e8c9
@@ -91,7 +91,7 @@ export const SingleViewItem: React.FC<Props> = ({
|
||||
const viewRedirectionUrl =
|
||||
viewType === "project"
|
||||
? `/${workspaceSlug}/projects/${projectId}/views/${view.id}`
|
||||
: `/${workspaceSlug}/workspace-views/${view.id}`;
|
||||
: `/${workspaceSlug}/workspace-views/issues?viewId=${view.id}`;
|
||||
|
||||
return (
|
||||
<div className="group hover:bg-custom-background-90 border-b border-custom-border-200">
|
||||
|
||||
Reference in New Issue
Block a user