1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-29 19:13:59 +02:00

Server: Cannot sort user deletions by email

This commit is contained in:
Laurent Cozic 2022-03-03 18:37:43 +00:00
parent 42b2f2146c
commit 8e1802409f

View File

@ -38,6 +38,7 @@ router.get('admin/user_deletions', async (_path: SubPath, ctx: AppContext) => {
name: 'email',
label: 'Email',
stretch: true,
canSort: false,
},
{
name: 'process_data',