gitlab-org--gitlab-foss/app/assets/javascripts/whats_new/store/state.js

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

10 lines
135 B
JavaScript
Raw Normal View History

export default {
open: false,
features: [],
fetching: false,
drawerBodyHeight: null,
pageInfo: {
nextPage: null,
},
};