From 2b2f667868ceb1efbd38e3876743db205957a1af Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Mon, 27 May 2024 13:50:51 +0530 Subject: [PATCH] [WEB-1432] fix: redirection to parent issue detail page when it is from another project. (#4601) --- web/components/issues/issue-detail/parent-select.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/issues/issue-detail/parent-select.tsx b/web/components/issues/issue-detail/parent-select.tsx index d8399fc02..402319af4 100644 --- a/web/components/issues/issue-detail/parent-select.tsx +++ b/web/components/issues/issue-detail/parent-select.tsx @@ -103,7 +103,7 @@ export const IssueParentSelect: React.FC = observer((props)