Skip to content

Commit

Permalink
FEAT ITEM-355-front-utiliser-la-couche-service-pour-connaitre-le-role…
Browse files Browse the repository at this point in the history
…-en-boolean-exploiter-ce-booleen-pour-masquer-les-elements-relatif-a-l-iln-dans-le-tableau :

     - désactivation de la coche pour l'utilisateur dans ModifTable.vue, RecouvTable.vue, ExempTable.vue et SuppTable.vue
  • Loading branch information
EryneKL committed Nov 6, 2024
1 parent 6172258 commit 9e16ca6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Exemplarisation/ExempSteps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ import Simulation from "@/components/Simulation.vue";
import DialogLancerTraitement from '@/components/Dialog/DialogLancerTraitement.vue';
import DialogSuppression from '@/components/Dialog/DialogSuppression.vue';
import RecapDemande from '@/components/RecapDemande.vue';
import {useAuthStore} from '@/store/authStore'
const emits = defineEmits(['backendError', 'backendSuccess', 'login-success'])
const props = defineProps({id : {type: String}});
Expand Down

0 comments on commit 9e16ca6

Please sign in to comment.