Skip to content

Commit

Permalink
Add header label for edited by column
Browse files Browse the repository at this point in the history
  • Loading branch information
petterhj committed Oct 10, 2023
1 parent dede2fa commit 1cc89c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/KeyResultValuesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<th>{{ $t('widget.history.value') }}</th>
<th>{{ $t('widget.history.date') }}</th>
<th>{{ $t('widget.history.comment') }}</th>
<th></th>
<th>{{ $t('widget.history.changedBy') }}</th>
<th></th>
</tr>
</thead>
Expand Down

0 comments on commit 1cc89c4

Please sign in to comment.