Skip to content

Commit

Permalink
Merge pull request #4356 from LibreSign/backport/4354/stable30
Browse files Browse the repository at this point in the history
[stable30] fix: close dialog after submit
  • Loading branch information
vitormattos authored Jan 16, 2025
2 parents 3cb9d4f + 055542e commit d02ae3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Validation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ export default {
} else {
this.validateByNodeID(id)
}
this.getUUID = false
},
async validateByUUID(uuid) {
this.loading = true
Expand Down

0 comments on commit d02ae3b

Please sign in to comment.