Skip to content

Commit 35e25fa

Browse files
committed
fix(types): refine left sidebar typing
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 04f767e commit 35e25fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/LeftSidebar/LeftSidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function goToSign() {
109109
return
110110
}
111111
const route = router.resolve({ name: 'SignPDF' })
112-
window.location = route.href as unknown as Location
112+
window.location.href = route.href
113113
}
114114
115115
defineExpose({

0 commit comments

Comments
 (0)