Files
plane/web/ee/helpers/epic-analytics.ts
Prateek Shourya 4f2a4944ef fix: separate work item type and epic custom properties fetching (#2495)
* fix: seprate work item type and epic custom properties fetching

* fix: better error handling

* fix: error handling

* improvement: seprate out feature enable check

* improvement: seprate out epic analytics store

* chore: swr keys update

* minor updates realted to code splitting'
2025-02-18 15:10:35 +05:30

4 lines
151 B
TypeScript

import { store } from "@/lib/store-context";
export const updateEpicAnalytics = () => ({ updateAnalytics: store.epicAnalytics.updateEpicAnalytics });