Skip to content

Commit

Permalink
Merge pull request #3987 from LibreSign/chore/remove-unused-ref
Browse files Browse the repository at this point in the history
chore: remove unused ref
  • Loading branch information
vitormattos authored Nov 18, 2024
2 parents 5a84404 + 43bb6ac commit 6614e8f
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 6614e8f

Please sign in to comment.