Skip to content

Commit

Permalink
Merge pull request #4053 from LibreSign/backport/4050/stable29
Browse files Browse the repository at this point in the history
[stable29] fix: toggle loading
  • Loading branch information
vitormattos authored Nov 26, 2024
2 parents 81bc7b2 + 0ab2ab7 commit 0735217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Request/VisibleElements.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default {
closeModal() {
this.errorConfirmRequest = ''
this.modal = false
this.filesStore.loading = true
this.filesStore.loading = false
},
updateSigners(data) {
this.document.signers.forEach(signer => {
Expand Down

0 comments on commit 0735217

Please sign in to comment.