Skip to content

Commit

Permalink
Merge pull request #3989 from LibreSign/backport/3987/stable30
Browse files Browse the repository at this point in the history
[stable30] chore: remove unused ref
  • Loading branch information
vitormattos authored Nov 19, 2024
2 parents c6118b8 + 8931b89 commit 5c3d2a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/Request/VisibleElements.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
</li>
<Signer v-for="(signer, key) in document.signers"
:key="key"
:ref="'li-' + key"
:current-signer="key"
:class="{ disabled: signerSelected }"
:signer="signer"
Expand Down

0 comments on commit 5c3d2a3

Please sign in to comment.