Skip to content

Commit

Permalink
Refactor : Suppression coche par défaut sur affichage étendu demandes…
Browse files Browse the repository at this point in the history
… de suppression
  • Loading branch information
pierre-maraval committed Dec 6, 2024
1 parent 42c2d90 commit 514f5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Suppression/SuppTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const emit = defineEmits(['backendError', 'backendSuccess']);
//Data
const isAdmin = useAuthStore().isAdmin();
const extendedAllILN = ref(true); // todo Pour les tests il faut laisser à true/ pour la prod faudra mettre à false
const extendedAllILN = ref(false);
const headingsDemandes = [
{
title: '',
Expand Down

0 comments on commit 514f5e6

Please sign in to comment.