Skip to content

Commit

Permalink
Do not reference ref in ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Sep 4, 2024
1 parent 8b76a48 commit 26a6553
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/TheEntryForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -764,9 +764,7 @@ watch(schlagInfo, (value) => {
entry.value.flaechennutzungsart = tempData.value.basic.fnar_code;
entry.value.flaeche = tempData.value.basic.sl_flaeche_brutto_ha;
entry.value.schlaginfo.basic = schlagInfo.value;
entry.value.extent = tempData.value.basic.extent;
entry.value.schlaginfo.basic = JSON.parse(JSON.stringify(schlagInfo.value));
entry.value.jahr = new Date().getFullYear();
Expand Down

0 comments on commit 26a6553

Please sign in to comment.