Skip to content

Commit

Permalink
Merge pull request #577 from opendatateam/fix/spatial-coverage-not-saved
Browse files Browse the repository at this point in the history
Fix spatial coverage not saved
  • Loading branch information
at-github authored Nov 7, 2024
2 parents 5b59c3d + 63bcb0f commit 02338ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/forms/bouquet/BouquetForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ onMounted(() => {
>Couverture territoriale (facultatif)</label
>
<SelectSpatialCoverage
v-model="spatialCoverage"
@update:model-value="onUpdateSpatialCoverage"
v-model:spatial-coverage-model="spatialCoverage"
@update:spatial-coverage-model="onUpdateSpatialCoverage"
/>
</div>
</template>
Expand Down

0 comments on commit 02338ff

Please sign in to comment.