Skip to content

Commit

Permalink
Fix Maximum call stack size exceeded - Fixes #232 - reverts 969367e
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Sep 17, 2023
1 parent 04ac8f2 commit a2fe6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ let isFirstLoad = true;

router.beforeEach((to, from, next) => {

document.title = to.meta.title = router.app.$options.i18n.t('titles.' + to.name)
document.title = router.app.$options.i18n.t('titles.' + to.name)

if( to.name === 'accounts') {
to.params.isFirstLoad = isFirstLoad ? true : false
Expand Down

0 comments on commit a2fe6c8

Please sign in to comment.