chore: global issues ui improvement and bug fixes (#2300)
This commit is contained in:
parent
6cb4b222d0
commit
459999e8c9
11 changed files with 99 additions and 83 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue