main ← fix-sorting-in-user-activities
opened 10:25AM - 14 May 24 UTC
Sorting a topics list in user activities wasn't working because the query parame…ters weren't passed to `findFiltered()` that does the request to the server.
Made the `sortIcon` more resilient to "input" by always converting the value to a string and checking against `"true"`.
Moved `cleanNullQueryParams()` inside `findFiltered` so we're always removing `null` query parameters.
Internal ref - t/127068