summaryrefslogtreecommitdiff
path: root/spec/frontend/vue_shared/components/paginated_table_with_search_and_tabs/mocks/items_filters.json
blob: e5678c9a956f87cfee0c2bdb875daa34d8beb520 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
  {
    "type": "assignee",
    "value": {
      "data": "root2"
    }
  },
  {
    "type": "author",
    "value": {
      "data": "root"
    }
  },
  {
    "type": "filtered-search-term",
    "value": {
      "data": "bar"
    }
  }
]