Files
goclaw/ui/web
Luan Vu f21bf81280 fix: null-safe access on changes array in events page (#274)
Go can serialize empty slices as null in JSON. The events page
accessed p.changes.length without null checking, causing a crash
when viewing team.updated or agent_link.updated events with null
changes arrays.

Fixes #192

Co-authored-by: Luvu182 <208665161+Luvu182@users.noreply.github.com>
2026-03-19 12:22:18 +07:00
..