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

7 lines
156 B
JavaScript

import { inactiveListId } from '~/boards/constants';
export default () => ({
endpoints: {},
isShowingLabels: true,
activeListId: inactiveListId,
});