From d5a19f2b42cee0844170d9ddd30f5e8697a95061 Mon Sep 17 00:00:00 2001 From: jmt-gh <13617455+jmt-gh@users.noreply.github.com> Date: Fri, 25 Nov 2022 21:08:54 -0800 Subject: [PATCH] Convert Library settings page to use new component This commit moves the library settings page over to use the new component. This page is 1 of 2 that actually has a component for itself, so it was mostly just modifying that existing component and wrapping it --- client/components/tables/library/LibrariesTable.vue | 8 +------- client/pages/config/libraries.vue | 5 +++-- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/client/components/tables/library/LibrariesTable.vue b/client/components/tables/library/LibrariesTable.vue index e40f6583..90e4cf1a 100644 --- a/client/components/tables/library/LibrariesTable.vue +++ b/client/components/tables/library/LibrariesTable.vue @@ -1,11 +1,5 @@