mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-17 11:52:09 +03:00
The reset effect in GroupAddClientsModal and GroupRemoveClientsModal depended on the memoized rows, which are rebuilt whenever GroupsPage re-renders because candidates/members are inline-filtered arrays. The 5s client-list poll re-renders the page, so any selection made in the modal was wiped a few seconds later. Reset only when the modal opens.