summaryrefslogtreecommitdiff
path: root/spec/frontend/vue_shared/components/paginated_table_with_search_and_tabs/mocks/items_filters.json
blob: b42ec42d8b8cbc2c41e320d086959c4fd60b38b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
    {
      "type": "assignee_username",
      "value": { "data": "root2" }
    },
    {
      "type": "author_username",
      "value": { "data": "root" }
    },
    {
      "type": "filtered-search-term",
      "value": { "data": "bar" }
    }
  ]