From 5bdfb80db79370662d485d2c898cc248524490f8 Mon Sep 17 00:00:00 2001
From: dklimpel <5740567+dklimpel@users.noreply.github.com>
Date: Tue, 26 May 2020 17:37:43 +0200
Subject: [PATCH] Bugfix sort users by `user_id`
Users are not sortable by `user_id`.
Set `sortable={false}`.
---
src/components/users.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/users.js b/src/components/users.js
index 16167a0..d978c26 100644
--- a/src/components/users.js
+++ b/src/components/users.js
@@ -78,7 +78,7 @@ export const UserList = props => (
>
-
+
{/* Hack since the users endpoint does not give displaynames in the list*/}