8 lines
199 B
JavaScript
8 lines
199 B
JavaScript
const modalProps = {
|
|
goToPipelinesPath: 'some_pipeline_path',
|
|
projectMergeRequestsPath: 'some_mr_path',
|
|
commitCookie: 'some_cookie',
|
|
humanAccess: 'maintainer',
|
|
};
|
|
|
|
export default modalProps;
|