mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: cycles build issue (#5750)
This commit is contained in:
@@ -28,7 +28,7 @@ export const CyclesList: FC<ICyclesList> = observer((props) => {
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
<ActiveCycleRoot />
|
||||
<ActiveCycleRoot workspaceSlug={workspaceSlug} projectId={projectId} />
|
||||
|
||||
{upcomingCycleIds && (
|
||||
<Disclosure as="div" className="flex flex-shrink-0 flex-col" defaultOpen>
|
||||
|
||||
Reference in New Issue
Block a user