Merge branch 'master' into sortLabels

This commit is contained in:
Jakob
2020-05-11 10:58:36 +02:00
committed by GitHub
3 changed files with 154 additions and 269 deletions

View File

@@ -61,8 +61,7 @@
<template>
<div class="filter">
<h3>{{ t('deck', 'Filter by tag') }}</h3>
{{ filter }}
<div v-for="label in labelsSorted" :key="label.id" class="filter--item">
<div v-for="label in board.labels" :key="label.id" class="filter--item">
<input
:id="label.id"
v-model="filter.tags"