2020-04-22 19:07:51 +05:30
|
|
|
const modalProps = {
|
|
|
|
goToPipelinesPath: 'some_pipeline_path',
|
2020-11-24 15:15:51 +05:30
|
|
|
projectMergeRequestsPath: 'some_mr_path',
|
2020-04-22 19:07:51 +05:30
|
|
|
commitCookie: 'some_cookie',
|
|
|
|
humanAccess: 'maintainer',
|
2021-01-29 00:20:46 +05:30
|
|
|
exampleLink: '/example',
|
|
|
|
codeQualityLink: '/code-quality-link',
|
2020-04-22 19:07:51 +05:30
|
|
|
};
|
|
|
|
|
|
|
|
export default modalProps;
|