We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fbae4 commit 46af08fCopy full SHA for 46af08f
1 file changed
src/frontend/src/pages/modernizationPage.tsx
@@ -1013,7 +1013,7 @@ useEffect(() => {
1013
};
1014
}, [handleWebSocketMessage]);
1015
1016
- // Set a timeout for initial loading - if no progress after 30 seconds, show error
+ // Set a timeout for initial loading - if still loading after 30 seconds, show a warning message
1017
useEffect(() => {
1018
const loadingTimeout = setTimeout(() => {
1019
if (showLoading) {
0 commit comments