2020-03-31 14:07:42 -04:00
|
|
|
const modalProps = {
|
|
|
|
goToPipelinesPath: 'some_pipeline_path',
|
2020-08-26 14:11:43 -04:00
|
|
|
projectMergeRequestsPath: 'some_mr_path',
|
2020-03-31 14:07:42 -04:00
|
|
|
commitCookie: 'some_cookie',
|
|
|
|
humanAccess: 'maintainer',
|
2020-11-09 16:08:48 -05:00
|
|
|
exampleLink: '/example',
|
|
|
|
codeQualityLink: '/code-quality-link',
|
2020-03-31 14:07:42 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
export default modalProps;
|