summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/batch_comments/stores/modules/batch_comments/state.js
blob: 6b97fc242c80aca52099fd5e81270b362d501fed (plain)
1
2
3
4
5
6
7
export default () => ({
  withBatchComments: true,
  isDraftsFetched: false,
  drafts: [],
  isPublishing: false,
  currentlyPublishingDrafts: [],
});