mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
Merge pull request #6151 from LibreSign/fix/visible-elements-signer-prop
fix: correct Signer component prop in VisibleElements
This commit is contained in:
commit
4212de89e4
1 changed files with 1 additions and 2 deletions
|
|
@ -32,9 +32,8 @@
|
|||
</li>
|
||||
<Signer v-for="(signer, key) in document.signers"
|
||||
:key="key"
|
||||
:current-signer="key"
|
||||
:signer-index="key"
|
||||
:class="{ disabled: signerSelected }"
|
||||
:signer="signer"
|
||||
event="libresign:visible-elements-select-signer">
|
||||
<slot v-bind="{signer}" slot="actions" name="actions" />
|
||||
</Signer>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue