Skip to content

Commit

Permalink
Merge pull request #269 from inbo/main
Browse files Browse the repository at this point in the history
main -> dev
  • Loading branch information
mainlyIt authored Dec 16, 2024
2 parents c3a6cc4 + 4c23975 commit dddd180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ObservationDetailsComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
<div class="row mb-2">
<label class="col-4 col-form-label">Validatie</label>
<div class="col-8">
<p>
<p class="form-control-plaintext">
{{ validationStatusEnum[selectedObservation.wn_validation_status] || "Geen"
}}
</p>
Expand Down Expand Up @@ -775,4 +775,4 @@ export default {
};
}
};
</script>
</script>

0 comments on commit dddd180

Please sign in to comment.