Skip to content

Commit

Permalink
Merge pull request #513 from AgenceBio/feature/changement_oc
Browse files Browse the repository at this point in the history
fix: edition parcelle
  • Loading branch information
GregoireDucharme authored Jan 14, 2025
2 parents d3605b9 + adb815b commit 28c4656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/exploitations/[numeroBio]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ async function editVersion(record) {
return;
}
await recordStore.ready(record.record_id);
editVersionModal.value = record.recordId;
editVersionModal.value = record.record_id;
}
async function duplicateVersion(recordId) {
Expand Down

0 comments on commit 28c4656

Please sign in to comment.