We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c5613 commit 11490a4Copy full SHA for 11490a4
1 file changed
src/Components/Request/VisibleElements.vue
@@ -313,7 +313,7 @@ export default {
313
const visibleElements = this.buildVisibleElements()
314
315
try {
316
- const response = await this.filesStore.requestSignaturesWithVisibleElements({ visibleElements })
+ const response = await this.filesStore.updateSignatureRequest({ visibleElements, status: 1 })
317
this.filesStore.addFile(response.data)
318
this.showConfirm = false
319
showSuccess(t('libresign', response.message))
0 commit comments