mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 13:29:56 +02:00
* 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'
4 lines
151 B
TypeScript
4 lines
151 B
TypeScript
import { store } from "@/lib/store-context";
|
|
|
|
export const updateEpicAnalytics = () => ({ updateAnalytics: store.epicAnalytics.updateEpicAnalytics });
|