mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 13:29:56 +02:00
Sync: Community Changes #2844
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