Client: GroupsStore: Fix wrong group data in info panel after editing group

This commit is contained in:
Aleksandr Lushkin 2024-08-08 17:47:01 +02:00
parent 367134b629
commit 2554db0389

View File

@ -671,7 +671,7 @@ class GroupsStore {
}
if (infoPanelSelection?.id === res.id) {
setInfoPanelSelection({ ...infoPanelSelection, ...res });
setInfoPanelSelection(res);
setInfoPanelSelectedGroup(res);
}
} catch (err: any) {