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