Skip to content

Commit

Permalink
ITEM-392 FIX nommage variable
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQuetin committed Nov 27, 2024
1 parent 90365da commit 4a681a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env-dist
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VITE_API_URL=
VITE_API_URL_IDREF=
VITE_API_MAINTENANCE=false
VITE_MAINTENANCE=false
2 changes: 1 addition & 1 deletion src/components/Structure/Maintenance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import { computed } from 'vue';
const warningDialog = computed(() => import.meta.env.VITE_API_MAINTENANCE === 'true');
const warningDialog = computed(() => import.meta.env.VITE_MAINTENANCE === 'true');
</script>
<style>
Expand Down

0 comments on commit 4a681a3

Please sign in to comment.