[WEB-1964]chore: cycles actions restructuring (#6298)
* chore: cycles quick actions restructuring * chore: added additional actions to cycle list actions * chore: cycle quick action structure * chore: added additional actions to cycle list actions * chore: added end cycle hook * fix: updated end cycle export --------- Co-authored-by: gurusinath <gurusainath007@gmail.com>
This commit is contained in:
parent
5e6c02358d
commit
6a13a64996
10 changed files with 53 additions and 3 deletions
7
web/ce/components/cycles/end-cycle/use-end-cycle.tsx
Normal file
7
web/ce/components/cycles/end-cycle/use-end-cycle.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
export const useEndCycle = (isCurrentCycle: boolean) => ({
|
||||
isEndCycleModalOpen: false,
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
setEndCycleModalOpen: (value: boolean) => {},
|
||||
endCycleContextMenu: undefined,
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue