gitlab-org--gitlab-foss/spec/frontend/projects/settings_service_desk/components/mock_data.js

9 lines
186 B
JavaScript

export const TEMPLATES = [
'Project #1',
[
{ name: 'Bug', project_id: 1 },
{ name: 'Documentation', project_id: 1 },
{ name: 'Security release', project_id: 1 },
],
];