2022-04-04 11:22:00 +05:30
|
|
|
export const propsData = {
|
|
|
|
id: '1',
|
2022-06-21 17:19:12 +05:30
|
|
|
rootId: '1',
|
2022-04-04 11:22:00 +05:30
|
|
|
name: 'test name',
|
|
|
|
isProject: false,
|
|
|
|
invalidGroups: [],
|
|
|
|
accessLevels: { Guest: 10, Reporter: 20, Developer: 30, Maintainer: 40, Owner: 50 },
|
|
|
|
defaultAccessLevel: 10,
|
|
|
|
helpLink: 'https://example.com',
|
|
|
|
};
|
|
|
|
|
|
|
|
export const sharedGroup = { id: '981' };
|