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 authored and backportbot-libresign[bot] committed Nov 26, 2024
1 parent 81bc7b2 commit 0ab2ab7
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 0ab2ab7

Please sign in to comment.