fix: United claim — add procedure date, fix file attachments, persist chatbot files, enforce M/D/YYYY date parsing

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ff
2026-06-20 00:42:43 -04:00
parent 60689e58f6
commit 20b478a7a9
3 changed files with 19 additions and 11 deletions

View File

@@ -280,12 +280,12 @@ export function ChatbotButton() {
setBatchClaimData(null);
setBatchCheckAndClaimData(null);
setPreauthReadyData(null);
setPendingFiles([]);
};
// Full reset including message history and stored session
const reset = () => {
resetStep();
setPendingFiles([]);
const fresh = [makeMsg("bot", "Hi! What can I help you with today?")];
try {
sessionStorage.setItem(CHAT_STORAGE_KEY, JSON.stringify(fresh));