fr.onload = function()

in frontend/src/pages/chat/Chat.tsx [226:229]


                    fr.onload = function (event) {
                        const res: any = event.target ? event.target.result : undefined;
                        setActiveCitation(res);
                    };