chore: fetch only high priority issues for the active cycle (#1228)
This commit is contained in:
parent
78c1a64690
commit
e949c4e130
3 changed files with 12 additions and 10 deletions
|
|
@ -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]} />
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue