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

is_wip_limits.js « mixins « boards « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f172179d3c7438f93ca4ae9463e24f03a675d8c1 (plain)
1
2
3
4
5
6
7
export default {
  computed: {
    isWipLimitsOn() {
      return false;
    },
  },
};