Fix GlobalSearch crash when ParticipantStatus enum is cast to string
ParticipantStatus is a backed enum — concatenating it directly throws.
Use ->value to get the string value.
Co-Authored-By:
Claude Sonnet 4.6 <noreply@anthropic.com>
Showing
Please register or sign in to comment