summaryrefslogtreecommitdiff
path: root/spec/frontend/invite_members/mock_data/group_modal.js
blob: c85886838853fec637c307ae062a6e498ce2353f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
export const propsData = {
  id: '1',
  rootId: '1',
  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' };