kanban : fix open file with comments on click on comments footer

This commit is contained in:
isUnknown 2024-12-20 08:08:10 +01:00
parent d178fc5194
commit eca807aa52

View file

@ -28,7 +28,7 @@
v-if="pdf.comments?.length > 0"
class="order-last | text-sm text-primary font-medium"
>
<router-link :to="'/' + step.uri + '?comments=true'">
<router-link :to="'/' + step.uri + '&comments=true'">
{{ pdf.comments.length }} commentaire{{
pdf.comments.length > 1 ? "s" : ""
}}