SurfSense/surfsense_web/components/sources
Matt Van Horn 134beec392 fix: clear upload progress interval on unmount
Store the progress setInterval ID in a ref and clear it in a
useEffect cleanup. Previously the interval was stored in a local
variable and only cleared in onSuccess/onError callbacks, leaking
if the component unmounted mid-upload.

Fixes #1090
2026-04-03 00:05:06 -07:00
..
DocumentUploadTab.tsx fix: clear upload progress interval on unmount 2026-04-03 00:05:06 -07:00
GridPattern.tsx feat: integrate document upload dialog and enhance dashboard layout 2026-01-02 04:07:13 +05:30