actually clean up journal for unknown paths

This commit is contained in:
Henry Jameson 2026-03-31 15:52:26 +03:00
commit 7995622423
3 changed files with 105 additions and 81 deletions

View file

@ -33,7 +33,7 @@ import messages from 'src/i18n/messages'
import localeService from 'src/services/locale/locale.service.js'
// Helper to unwrap reactive proxies
window.toValue = x => JSON.parse(JSON.stringify(x))
window.toValue = (x) => JSON.parse(JSON.stringify(x))
export default {
name: 'app',