From 21d54208db71f38a8d987897272d1a74c13b5445 Mon Sep 17 00:00:00 2001 From: Shreyas-Microsoft Date: Tue, 7 Oct 2025 20:06:22 +0530 Subject: [PATCH] Append migration failure message with batchId --- src/frontend/src/pages/processPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/pages/processPage.tsx b/src/frontend/src/pages/processPage.tsx index 20b8086..6869182 100644 --- a/src/frontend/src/pages/processPage.tsx +++ b/src/frontend/src/pages/processPage.tsx @@ -415,8 +415,8 @@ const ProcessPage: React.FC = () => { }} > The migration stopped before completion and no results were generated. - {/*
- Please check the logs using Process ID: {batchId} for more details. */} +
+ Please check the logs using Process ID: {batchId} for more details. )}