fix(alert): Fix partial member select (#26367)
In a previous PR #26160, I introduced a small bug where I would deconstruct an array into a set unnecessarily leading to some of the entries in the array not making it fully into the set.
We don't need to use ... here and that will fix the issue