Skip to content

Commit 081899d

Browse files
committed
refactor: update VisibleElements to use updateSignatureRequest method
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 77c5613 commit 081899d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Components/Request/VisibleElements.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ export default {
313313
const visibleElements = this.buildVisibleElements()
314314
315315
try {
316-
const response = await this.filesStore.requestSignaturesWithVisibleElements({ visibleElements })
316+
const response = await this.filesStore.updateSignatureRequest({ visibleElements, status: 1 })
317317
this.filesStore.addFile(response.data)
318318
this.showConfirm = false
319319
showSuccess(t('libresign', response.message))

0 commit comments

Comments
 (0)