From dfcf0da3a3b10fc28f8739684777d7cd622b4ac7 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Wed, 6 Mar 2024 17:31:49 -0300 Subject: [PATCH] Fix preview URL When the file is not submitted to LibreSign, need to use the Nextcloud previewer Signed-off-by: Vitor Mattos --- src/Components/File/File.vue | 32 ++++++++++++--------- src/Components/Request/RequestSignature.vue | 5 +++- src/store/files.js | 9 ++++++ 3 files changed, 31 insertions(+), 15 deletions(-) diff --git a/src/Components/File/File.vue b/src/Components/File/File.vue index db64b99653..4b945829d5 100644 --- a/src/Components/File/File.vue +++ b/src/Components/File/File.vue @@ -20,7 +20,7 @@