mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 21:40:18 +02:00
chore: epic issue analytics improvements (#2025)
This commit is contained in:
committed by
GitHub
parent
a736fc6912
commit
81cfc9e09f
@@ -1 +1,7 @@
|
||||
export * from "ce/helpers/epic-analytics";
|
||||
import { useIssueTypes } from "../hooks/store";
|
||||
|
||||
export const updateEpicAnalytics = () => {
|
||||
const { updateEpicAnalytics: updateAnalytics } = useIssueTypes();
|
||||
|
||||
return { updateAnalytics };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user