Skip to content

Commit 1a487ed

Browse files
committed
minor fix for router
1 parent 4e49584 commit 1a487ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth-web/src/components/pay/OutstandingBalances.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ export default defineComponent({
256256
}
257257
258258
function goBack () {
259-
this.$router.push(`${Pages.ACCOUNT_SETTINGS}/${Pages.PRODUCT_SETTINGS}`)
259+
root.$router.push(`${Pages.ACCOUNT_SETTINGS}/${Pages.PRODUCT_SETTINGS}`)
260260
}
261261
262262
function goNext () {

0 commit comments

Comments
 (0)