8 lines
160 B
JavaScript
8 lines
160 B
JavaScript
|
export const formPath = '/namespace/project/-/merged_branches';
|
||
|
const defaultBranch = 'master';
|
||
|
|
||
|
export const propsDataMock = {
|
||
|
formPath,
|
||
|
defaultBranch,
|
||
|
};
|