From 6b99378fa2789c138eddb30c026e92052e48eb4a Mon Sep 17 00:00:00 2001 From: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com> Date: Fri, 26 Jun 2026 14:20:10 +0100 Subject: [PATCH] Fix use of `MapSubscriber` --- exp_groups/web/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exp_groups/web/index.tsx b/exp_groups/web/index.tsx index e0e8044a..e9fbc797 100644 --- a/exp_groups/web/index.tsx +++ b/exp_groups/web/index.tsx @@ -66,9 +66,9 @@ function ExpGroupsPage() { } export class WebPlugin extends BaseWebPlugin { - groups = new lib.EventSubscriber(messages.GroupUpdatedEvent, this.control); - assignments = new lib.EventSubscriber(messages.ManualAssignmentUpdatedEvent, this.control); - roleMappings = new lib.EventSubscriber(messages.RoleMappingUpdatedEvent, this.control); + groups = new lib.MapSubscriber(messages.GroupUpdatedEvent, this.control); + assignments = new lib.MapSubscriber(messages.ManualAssignmentUpdatedEvent, this.control); + roleMappings = new lib.MapSubscriber(messages.RoleMappingUpdatedEvent, this.control); async init() { this.pages = [