Merge pull request #1851 from nextcloud/fix/filterDialog

This commit is contained in:
Julius Härtl
2020-05-11 10:44:06 +02:00
committed by GitHub

View File

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