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',
|
|
|
|
};
|
|
|
|
|
|
|
|
export default modalProps;
|