gitlab-org--gitlab-foss/spec/frontend/design_management/mock_data/no_designs.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
144 B
JavaScript
Raw Normal View History

export default {
project: {
issue: {
designCollection: {
designs: {
nodes: [],
},
},
},
},
};