chore: cycle store restructuring (#6405)

This commit is contained in:
Vamsi Krishna 2025-01-15 21:05:05 +05:30 committed by GitHub
parent a908bf9edd
commit 8acea7f599
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 7 additions and 3 deletions

View file

@ -177,6 +177,7 @@ export const CycleQuickActions: React.FC<Props> = observer((props) => {
projectId={projectId}
workspaceSlug={workspaceSlug}
transferrableIssuesCount={cycleDetails.pending_issues}
cycleName={cycleDetails.name}
/>
)}
</div>