Skip to content

Commit

Permalink
chore: remove unused ref
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos authored and backportbot-libresign[bot] committed Nov 18, 2024
1 parent c6118b8 commit 8931b89
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 8931b89

Please sign in to comment.