Welcome to mirror list, hosted at ThFree Co, Russian Federation.

state.js « stores « boards « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 10aac2f649e3cf541f0c897cd262760f39c77796 (plain)
1
2
3
4
5
6
import { inactiveListId } from '~/boards/constants';

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