chore: fetch only high priority issues for the active cycle (#1228)

This commit is contained in:
Aaryan Khandelwal 2023-06-07 19:03:02 +05:30 committed by GitHub
parent 78c1a64690
commit e949c4e130
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 10 deletions

View file

@ -200,7 +200,7 @@ const ProjectCycles: NextPage = () => {
<AllCyclesList viewType={cyclesView} />
</Tab.Panel>
{cyclesView !== "gantt_chart" && (
<Tab.Panel as="div" className="mt-7 space-y-5">
<Tab.Panel as="div" className="mt-7 space-y-5 h-full overflow-y-auto">
{currentCycle?.[0] ? (
<ActiveCycleDetails cycle={currentCycle?.[0]} />
) : (