Skip to content

Commit 21d5420

Browse files
author
Shreyas-Microsoft
committed
Append migration failure message with batchId
1 parent d5d5389 commit 21d5420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frontend/src/pages/processPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,8 @@ const ProcessPage: React.FC = () => {
415415
}}
416416
>
417417
The migration stopped before completion and no results were generated.
418-
{/* <br />
419-
Please check the logs using Process ID: {batchId} for more details. */}
418+
<br />
419+
Please check the logs using Process ID: {batchId} for more details.
420420
</MessageBar>
421421
</div>
422422
)}

0 commit comments

Comments
 (0)