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