summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/stores/state.js
blob: aca93c4d7c64432c7e95fc5a8c09e813320f30f9 (plain)
1
2
3
4
5
6
7
import { inactiveListId } from '~/boards/constants';

export default () => ({
  endpoints: {},
  isShowingLabels: true,
  activeListId: inactiveListId,
});