Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mock_data.js « dropdown « components « vue_shared « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b09d42da4010362a9c20efd65c8c1d459676245e (plain)
1
2
3
4
5
6
7
8
9
10
11
export const mockLabels = [
  {
    id: 26,
    title: 'Foo Label',
    description: 'Foobar',
    color: '#BADA55',
    text_color: '#FFFFFF',
  },
];

export default mockLabels;