gitlab-org--gitlab-foss/app/assets/javascripts/boards/stores/state.js

7 lines
156 B
JavaScript

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