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

8 lines
144 B
JavaScript
Raw Normal View History

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