Skip to content

Commit

Permalink
Fix DocumentationUnit list column titles
Browse files Browse the repository at this point in the history
RISDEV-2462
  • Loading branch information
HPrinz committed Dec 11, 2023
1 parent e42219c commit 743b220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/DocumentUnitList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ function onDelete() {
<div class="table-cell p-16"></div>
<div class="table-cell p-16">Gerichtstyp</div>
<div class="table-cell p-16">Ort</div>
<div class="table-cell p-16">Datum</div>
<div class="table-cell p-16">Entscheidungsdatum</div>
<div class="table-cell p-16">Aktenzeichen</div>
<div class="table-cell p-16">Typ</div>
<div class="table-cell p-16">Dokumenttyp</div>
<div class="table-cell p-16">Status</div>
<div class="table-cell p-16">Löschen</div>
</div>
Expand Down

0 comments on commit 743b220

Please sign in to comment.