-
[OPIK-6013] [FE] fix: CSV upload overlay stuck when server-side processing enabled (#6330)
发布于
2026-04-16 13:46:18 +00:00 Skip showing the CsvUploadDialog overlay when isCsvUploadEnabled is true,
since the upload is handled server-side in the background and a toast already
confirms acceptance. Previously the overlay showed "Upload in progress..." with
no close button and was never dismissed because the sidebar stays open for the
success step (unlike the old dialog flow which closed entirely).Also add a visually-hidden DialogTitle to CsvUploadDialog for accessibility.
Co-authored-by: Claude Opus 4.6 noreply@anthropic.com
下载附件