Skip to content

Commit 46af08f

Browse files
resolved copilot comment
1 parent e7fbae4 commit 46af08f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/pages/modernizationPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ useEffect(() => {
10131013
};
10141014
}, [handleWebSocketMessage]);
10151015

1016-
// Set a timeout for initial loading - if no progress after 30 seconds, show error
1016+
// Set a timeout for initial loading - if still loading after 30 seconds, show a warning message
10171017
useEffect(() => {
10181018
const loadingTimeout = setTimeout(() => {
10191019
if (showLoading) {

0 commit comments

Comments
 (0)