mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
refactor: update VisibleElements to use updateSignatureRequest method
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
parent
c8484973bf
commit
a25ccf5279
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ export default {
|
|||
const visibleElements = this.buildVisibleElements()
|
||||
|
||||
try {
|
||||
const response = await this.filesStore.requestSignaturesWithVisibleElements({ visibleElements })
|
||||
const response = await this.filesStore.updateSignatureRequest({ visibleElements, status: 1 })
|
||||
this.filesStore.addFile(response.data)
|
||||
this.showConfirm = false
|
||||
showSuccess(t('libresign', response.message))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue