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