File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 </Actions >
6666
6767 <template >
68- <div class = " filter " v-if =" filterVisible" >
68+ <div v-if =" filterVisible" class = " filter " >
6969 <h3 >{{ t('deck', 'Filter by tag') }}</h3 >
7070 <div v-for =" label in labelsSorted" :key =" label.id" class =" filter--item" >
7171 <input
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ export default {
107107 computed: {
108108 ... mapGetters ([
109109 ' isArchived' ,
110+ ' boards' ,
110111 ]),
111112 ... mapState ({
112113 showArchived : state => state .showArchived ,
@@ -125,11 +126,6 @@ export default {
125126 }
126127 return true
127128 },
128- boards () {
129- return this .$store .getters .boards .filter (board => {
130- return board .id !== this .currentBoard .id
131- })
132- },
133129 isCurrentUserAssigned () {
134130 return this .card .assignedUsers .find ((item ) => item .type === 0 && item .participant .uid === getCurrentUser ()? .uid )
135131 },
You can’t perform that action at this time.
0 commit comments