debian-mirror-gitlab/app/assets/javascripts/batch_comments/stores/modules/batch_comments/state.js
2021-01-03 14:25:43 +05:30

8 lines
151 B
JavaScript

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