feat(FN-3608): update dashboard chat documentation

Updated the dashboard chat documentation in the user guide with a minor addition.

Fusion-Task-Id: FN-3608
This commit is contained in:
Fusion
2026-05-06 19:26:14 -07:00
committed by gsxdsm
parent 7dcdf0929f
commit c95517af31
4 changed files with 23 additions and 0 deletions

View File

@@ -557,6 +557,7 @@ export function useQuickChat(
pendingMessageRef.current = content;
setPendingMessage(content);
addToast?.("Still waiting for previous response — message queued", "warning");
return Promise.resolve();
}