Skip to content

Commit

Permalink
fix: close dialog after submit
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos authored and backportbot-libresign[bot] committed Jan 16, 2025
1 parent 3cb9d4f commit 055542e
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 055542e

Please sign in to comment.