Files
Memoh/apps
Fodesu 3a7f5200ed fix(web): guard empty channel list in watch to prevent crash
The immediate watcher on configuredChannels accessed list[0].meta.type
without checking if the list was empty, causing a TypeError on initial
mount before data loaded. This crashed the component during setup and
corrupted KeepAlive state, making all bot detail tabs unresponsive.

Made-with: Cursor
2026-03-25 02:46:49 +08:00
..