bugfix: fix typo
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user