bugfix: fix typo

This commit is contained in:
mesayusriana12
2022-08-31 12:57:17 +07:00
parent 9f42185400
commit 2a435b28f8
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ const appName = window.document.getElementsByTagName('title')[0]?.innerText || '
const { $token } = JSON.parse(document.getElementById('app').dataset.page).props
axios.defaults.headers.common['Authorization'] = `Bearer ${$token}`
commons.getAllDefinedTransaction()
commons.getAllDefinedTranslation()
Object.keys(commons).forEach(key => Object.defineProperty(window, key, {
value: commons[key],