mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: sub work item
This commit is contained in:
@@ -40,7 +40,7 @@ export const IssueList: FC<IIssueList> = observer((props) => {
|
||||
// hooks
|
||||
const {
|
||||
subIssues: { subIssuesByIssueId },
|
||||
} = useIssueDetail(issueServiceType);
|
||||
} = useIssueDetail();
|
||||
|
||||
const subIssueIds = subIssuesByIssueId(parentIssueId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user