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