From 0b2640520175ebcb338412eafee20fa685dd0bcf Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+SamTV12345@users.noreply.github.com> Date: Thu, 10 Oct 2024 18:15:48 +0200 Subject: [PATCH] fix(admin): Fixed updating plugins (#6705) --- admin/src/App.tsx | 4 ++- admin/src/pages/HomePage.tsx | 31 ++++++++++----------- admin/src/store/store.ts | 9 +++++-- src/node/hooks/express/adminplugins.ts | 37 ++++++++++++++++---------- 4 files changed, 49 insertions(+), 32 deletions(-) diff --git a/admin/src/App.tsx b/admin/src/App.tsx index 708bd1bfd..ae23ab3d3 100644 --- a/admin/src/App.tsx +++ b/admin/src/App.tsx @@ -95,7 +95,9 @@ export const App = () => {

Etherpad