You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ui): initialize DocumentImportSystem so file attachments work
documentImportSystem was declared as @State but never initialized,
so the guard in sendMessage() always failed and silently discarded
attached files. Now initialized in performMainChatViewAppear().
0 commit comments