removes debug filter output
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
This commit is contained in:
@@ -61,7 +61,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="filter">
|
<div class="filter">
|
||||||
<h3>{{ t('deck', 'Filter by tag') }}</h3>
|
<h3>{{ t('deck', 'Filter by tag') }}</h3>
|
||||||
{{ filter }}
|
|
||||||
<div v-for="label in board.labels" :key="label.id" class="filter--item">
|
<div v-for="label in board.labels" :key="label.id" class="filter--item">
|
||||||
<input
|
<input
|
||||||
:id="label.id"
|
:id="label.id"
|
||||||
|
|||||||
Reference in New Issue
Block a user