refactor: cycles store (#2716)
* refactor: cycles store * refactor: active cycle details
This commit is contained in:
parent
162faf8339
commit
884b219508
20 changed files with 200 additions and 285 deletions
|
|
@ -12,7 +12,7 @@ export interface ICyclesBoard {
|
|||
filter: string;
|
||||
workspaceSlug: string;
|
||||
projectId: string;
|
||||
peekCycle: string;
|
||||
peekCycle: string | undefined;
|
||||
}
|
||||
|
||||
export const CyclesBoard: FC<ICyclesBoard> = observer((props) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue