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

pipeline_tour_success_mock_data.js « blob « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9dea3969d63129e18354f9434cb4e348ca86cb18 (plain)
1
2
3
4
5
6
7
8
const modalProps = {
  goToPipelinesPath: 'some_pipeline_path',
  projectMergeRequestsPath: 'some_mr_path',
  commitCookie: 'some_cookie',
  humanAccess: 'maintainer',
};

export default modalProps;