Skip to content

Commit

Permalink
Merge pull request #4289 from LibreSign/backport/4287/stable29
Browse files Browse the repository at this point in the history
[stable29] fix: prevent js error
  • Loading branch information
vitormattos authored Jan 13, 2025
2 parents 1038a59 + 407d8c3 commit 7414da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/RightSidebar/SignTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default {
},
onSigned(data) {
this.$router.push({
name: 'ValidationFile',
name: this.$route.path.startsWith('/p/') ? 'ValidationFileExternal' : 'ValidationFile',
params: {
uuid: data.file.uuid,
isAfterSigned: true,
Expand Down

0 comments on commit 7414da8

Please sign in to comment.