gitlab-org--gitlab-foss/spec/frontend/blob/pipeline_tour_success_mock_...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
267 B
JavaScript
Raw Normal View History

const modalProps = {
goToPipelinesPath: 'some_pipeline_path',
projectMergeRequestsPath: 'some_mr_path',
commitCookie: 'some_cookie',
humanAccess: 'maintainer',
exampleLink: '/example',
codeQualityLink: '/code-quality-link',
};
export default modalProps;