changeset 5368:a3ec478882ef extented-report

fix sorting of report receivers
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 23 Jun 2021 15:13:56 +0200
parents 1695e17c5a83
children 4d126cf58fbc
files client/src/components/usermanagement/Usermanagement.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/usermanagement/Usermanagement.vue	Wed Jun 23 14:46:14 2021 +0200
+++ b/client/src/components/usermanagement/Usermanagement.vue	Wed Jun 23 15:13:56 2021 +0200
@@ -11,7 +11,7 @@
               { id: 'user', title: `${usernameLabel}`, class: 'col-4' },
               { id: 'country', title: `${countryLabel}`, class: 'col-1' },
               { id: 'email', title: `${emailLabel}`, class: 'col-3' },
-              { id: 'reportreceiver', title: `${reportsLabel}`, class: 'col-1' }
+              { id: 'reports', title: `${reportsLabel}`, class: 'col-1' }
             ]"
           />
           <UITableBody