From 2e6743ee9df7c9452a332b9d48726a8872b96fe6 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:04:39 +0200 Subject: [PATCH] fix(admin): Fixed updating plugins --- admin/src/App.tsx | 4 ++- admin/src/pages/HomePage.tsx | 34 ++++++++++++----------- admin/src/store/store.ts | 9 +++++-- src/node/hooks/express/adminplugins.ts | 37 ++++++++++++++++---------- 4 files changed, 52 insertions(+), 32 deletions(-) diff --git a/admin/src/App.tsx b/admin/src/App.tsx index 708bd1bfd301..ae23ab3d3408 100644 --- a/admin/src/App.tsx +++ b/admin/src/App.tsx @@ -95,7 +95,9 @@ export const App = () => {

Etherpad