Skip to content

Commit

Permalink
fix: cache le bouton action mutiple
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoireDucharme committed Jan 15, 2025
1 parent adb815b commit c5b1561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/exploitations/[numeroBio]/[recordId]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const editForm = computed(() =>
);
const massActions = computed(() =>
permissions.isOc
permissions.isOc && permissions.canEditParcellaire
? [
{ label: "Modifier les cultures", component: markRaw(CultureTypeModal) },
{ label: "Ajouter une date de début de conversion", component: markRaw(EngagementDateModal) },
Expand Down

0 comments on commit c5b1561

Please sign in to comment.