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

board_card_inner.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: a6f278f3bc96ab0e7e2db3aca36b90de3463b295 (plain)
1
2
3
4
5
6
7
8
export default {
  methods: {
    validIssueWeight() {
      return false;
    },
    filterByWeight() {},
  },
};