mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 16:19:43 +01: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