fix: 10kms instead of 100k

This commit is contained in:
Yiannis Christodoulou 2025-05-19 03:23:33 +03:00
parent d1745e6a1a
commit 0c75e2503c
4 changed files with 61 additions and 61 deletions

View File

@ -2203,7 +2203,7 @@ const TimelineControls = ({
// Redirect to the URL // Redirect to the URL
logger.debug('Automatically redirecting to:', redirectUrl); logger.debug('Automatically redirecting to:', redirectUrl);
window.location.href = redirectUrl; window.location.href = redirectUrl;
}, 100000); // 10 seconds }, 10000); // 10 seconds
} }
// Cleanup on unmount or when success modal closes // Cleanup on unmount or when success modal closes

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long