Skip to content

Commit

Permalink
Merge pull request #259 from inbo/peterdesmet-patch-1
Browse files Browse the repository at this point in the history
Add "form-control-plaintext" to validatie
  • Loading branch information
mainlyIt authored Dec 16, 2024
2 parents c611450 + 5f79daa commit 4c23975
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 4c23975

Please sign in to comment.