From 04e9599618ef27af961a70fb65f5cc534a182e2f Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Mon, 4 Mar 2024 21:12:31 -0300 Subject: [PATCH] Remove selection of current file after request to sign Signed-off-by: Vitor Mattos --- src/Components/Request/VisibleElements.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/Request/VisibleElements.vue b/src/Components/Request/VisibleElements.vue index eb1256b28a..d70c2d333b 100644 --- a/src/Components/Request/VisibleElements.vue +++ b/src/Components/Request/VisibleElements.vue @@ -264,6 +264,7 @@ export default { this.showConfirm = false showSuccess(t('libresign', response.data.message)) this.closeModal() + this.filesStore.selectFile() } catch (err) { this.loading = false this.onError(err)