1
0

fix: make sure the filter button is always shown on the kanban board

This commit is contained in:
kolaente
2022-10-23 13:48:45 +02:00
parent a695719128
commit 80230069c6
2 changed files with 12 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template>
<ListWrapper class="list-kanban" :list-id="listId" viewName="kanban">
<template #header>
<div class="filter-container" v-if="isSavedFilter(list)">
<div class="filter-container" v-if="!isSavedFilter(listId)">
<div class="items">
<filter-popup
v-model="params"