Skip to content

Commit

Permalink
fix: toggle loading
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <vitor@php.rio>
  • Loading branch information
vitormattos committed Nov 26, 2024
1 parent d483ceb commit 6e7282d
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 @@ -194,7 +194,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 6e7282d

Please sign in to comment.