From 12469d42dd23c1357a3e72d231244dddd92ad821 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Fri, 15 Nov 2024 15:11:09 -0300 Subject: [PATCH] fix: only show return when come from validation button Signed-off-by: Vitor Mattos --- src/views/Validation.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/Validation.vue b/src/views/Validation.vue index 74afadefaa..88091a7b40 100644 --- a/src/views/Validation.vue +++ b/src/views/Validation.vue @@ -12,7 +12,7 @@

{{ title }}

+ @click.prevent="clickedValidate = true;validate(myUuid)"> @@ -67,7 +67,8 @@ - {{ t('libresign', 'Return') }} @@ -125,6 +126,7 @@ export default { document: fileInfo, documentUuid: '', legalInformation: '', + clickedValidate: false, } }, computed: {