Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ee_functions.js « boards « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 419a640d5c5422f75bbabc24801f5288746fcc68 (plain)
1
2
3
4
5
6
7
export const setPromotionState = () => {};

export const setWeightFetchingState = () => {};
export const setEpicFetchingState = () => {};

export const getMilestoneTitle = () => ({});
export const getBoardsModalData = () => ({});