Skip to content

Commit

Permalink
Merge branch 'dev/7.6.x' of https://github.com/archesproject/arches i…
Browse files Browse the repository at this point in the history
…nto 10516-cbyrd-adds-vue-typescript-support-and-linter
  • Loading branch information
chrabyrd committed Jan 31, 2024
2 parents 6aa29cf + 0233720 commit 9b0bf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/media/js/utils/create-vue-application.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default async function createVueApp(vueComponent){
* TODO: cbyrd #10501 - we should add an event listener that will re-fetch i18n data
* and rebuild the app when a specific event is fired from the LanguageSwitcher component.
**/
return fetch('api/get_frontend_i18n_data').then(resp => {
return fetch('/api/get_frontend_i18n_data').then(resp => {
if (!resp.ok) {
throw new Error(resp.statusText);
}
Expand Down

0 comments on commit 9b0bf76

Please sign in to comment.