Skip to content

Commit

Permalink
fix(InvoicePage): load pwa if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Sep 30, 2024
1 parent ec5dc62 commit 221970e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/app/src/pages/InvoicePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,10 @@ const format = (value: number) =>
const language = ref($q.lang.isoName)
onMounted(async () => {
if (__IS_PWA__) {
await import('../pwa.js')
}
await loadConfiguration(language)
await useOAuthClient()
Expand Down

0 comments on commit 221970e

Please sign in to comment.