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