summaryrefslogtreecommitdiff
path: root/spec/frontend/projects/settings_service_desk/components/mock_data.js
blob: 934778ff601df1d8f89869c8d39f059245fa12a5 (plain)
1
2
3
4
5
6
7
8
export const TEMPLATES = [
  'Project #1',
  [
    { name: 'Bug', project_id: 1 },
    { name: 'Documentation', project_id: 1 },
    { name: 'Security release', project_id: 1 },
  ],
];