From 5de6ee136ac820f640e0d11f64fff4ccba5379d5 Mon Sep 17 00:00:00 2001 From: jmt-gh <13617455+jmt-gh@users.noreply.github.com> Date: Fri, 25 Nov 2022 21:10:05 -0800 Subject: [PATCH] Convert Users settings page to use new component This commit moves the Users settings page to use the new Settings Content component. Similar to the Libraries page, this one is already a component. I mimiced the behavior of the existing libraries component to get the same functionality needed here --- client/components/tables/UsersTable.vue | 9 +-------- client/pages/config/users/index.vue | 17 ++++++++++++++--- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/client/components/tables/UsersTable.vue b/client/components/tables/UsersTable.vue index 8fb644ea..d243fe31 100644 --- a/client/components/tables/UsersTable.vue +++ b/client/components/tables/UsersTable.vue @@ -1,12 +1,5 @@