Skip to content

Commit 101e059

Browse files
anmolsinghbhatialifeiscontent
authored andcommitted
[WEB-3704] fix: sub work item #6844
1 parent 164f414 commit 101e059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/core/components/issues/sub-issues/issues-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const IssueList: FC<IIssueList> = observer((props) => {
4040
// hooks
4141
const {
4242
subIssues: { subIssuesByIssueId },
43-
} = useIssueDetail(issueServiceType);
43+
} = useIssueDetail();
4444

4545
const subIssueIds = subIssuesByIssueId(parentIssueId);
4646

0 commit comments

Comments
 (0)