summaryrefslogtreecommitdiff
path: root/spec/frontend/invite_members/mock_data/group_modal.js
blob: 65e8b025dd95554b9850b3d6771f69bafd94ac60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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',
  fullPath: 'project',
  freeUserCapEnabled: false,
};

export const sharedGroup = { id: '981' };