debian-mirror-gitlab/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

2020-10-24 23:57:45 +05:30
export default {
open: false,
2021-01-29 00:20:46 +05:30
features: [],
fetching: false,
drawerBodyHeight: null,
pageInfo: {
nextPage: null,
},
2020-10-24 23:57:45 +05:30
};