Skip to content

Commit

Permalink
frontend column fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Jan 2, 2024
1 parent 95d1912 commit a8a9603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Frontend/src/components/UserManagementList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const columns : QTableProps['columns'] = [
required: true,
label: 'Last Failed Validation',
align: 'left',
field: row => row.lastValidationTimestamp,
field: row => row.lastFailedValidationTimestamp,
format: val => date.formatDate(val, 'YYYY-MM-DD HH:mm'),
style: 'width: 180px'
},
Expand Down

0 comments on commit a8a9603

Please sign in to comment.