Skip to content

Commit

Permalink
Merge pull request #115 from abes-esr/develop
Browse files Browse the repository at this point in the history
- Minor changes
  • Loading branch information
pierre-maraval authored Sep 10, 2024
2 parents 3702377 + 9d02e08 commit a063180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Structure/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const healthServices = ref([{
onMounted(async () => {
try {
const version = await itemService.getApplicationVersion()
backVersion.value = version.data.BACKVERSION
backVersion.value = version.data
} catch (error) {
console.error('Erreur lors de la récupération de la version de l\'application :', error)
}
Expand Down

0 comments on commit a063180

Please sign in to comment.