Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
petitminion
funkwhale
Commits
e1b86a3f
Commit
e1b86a3f
authored
Dec 12, 2021
by
Georg Krause
Committed by
JuniorJPDJ
Dec 12, 2021
Browse files
Fix tag filter
parent
c2aa90a1
Changes
1
Show whitespace changes
Inline
Side-by-side
front/src/components/library/radios/Filter.vue
View file @
e1b86a3f
...
...
@@ -41,13 +41,13 @@
class=
"ui menu"
>
<div
v-for=
"
v
in config[f.name]"
v-for=
"
(v, i)
in config[f.name]"
:key=
"v"
class=
"ui item"
:data-value=
"v"
>
<template
v-if=
"config.names"
>
{{
config
.
names
[
i
ndex
]
}}
{{
config
.
names
[
i
]
}}
</
template
>
<
template
v-else
>
{{
v
}}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment