sort tags in filter

Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
This commit is contained in:
Jakob Röhrl
2020-09-07 14:24:48 +02:00
committed by Julius Härtl
parent 0d447fff01
commit 7c0403bfc9
3 changed files with 12 additions and 7 deletions

View File

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