debian-mirror-gitlab/app/assets/javascripts/batch_comments/stores/modules/batch_comments/state.js
2020-06-23 00:09:42 +05:30

10 lines
204 B
JavaScript

export default () => ({
withBatchComments: true,
isDraftsFetched: false,
drafts: [],
isPublishing: false,
currentlyPublishingDrafts: [],
isDiscarding: false,
showPreviewDropdown: false,
});