Skip to content

Commit

Permalink
Merge pull request #3082 from ever-co/3007-improvement-see-plan--add-…
Browse files Browse the repository at this point in the history
…ability-to-createedit-plan

3007 improvement see plan  add ability to createedit plan
  • Loading branch information
evereq authored Oct 1, 2024
2 parents 875198b + 46e01fd commit 298f16c
Show file tree
Hide file tree
Showing 18 changed files with 525 additions and 239 deletions.
4 changes: 3 additions & 1 deletion apps/web/app/hooks/features/useDailyPlan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,11 @@ export function useDailyPlan() {
createQueryCall,
employeePlans,
getMyDailyPlans,
profileDailyPlans,
profileDailyPlans.items,
profileDailyPlans.total,
setEmployeePlans,
setProfileDailyPlans,
user?.employee?.id,
user?.tenantId
]
);
Expand Down
Loading

0 comments on commit 298f16c

Please sign in to comment.