summaryrefslogtreecommitdiff
path: root/spec/frontend/design_management/mock_data/no_designs.js
blob: 0ccb83492fc5b9f189fdb5990e6d22cc2aee0c37 (plain)
1
2
3
4
5
6
7
8
9
10
11
export default {
  project: {
    issue: {
      designCollection: {
        designs: {
          nodes: [],
        },
      },
    },
  },
};