mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-10-06 22:32:41 +07:00
fix: 10kms instead of 100k
This commit is contained in:
@@ -2203,7 +2203,7 @@ const TimelineControls = ({
|
||||
// Redirect to the URL
|
||||
logger.debug('Automatically redirecting to:', redirectUrl);
|
||||
window.location.href = redirectUrl;
|
||||
}, 100000); // 10 seconds
|
||||
}, 10000); // 10 seconds
|
||||
}
|
||||
|
||||
// Cleanup on unmount or when success modal closes
|
||||
|
||||
Reference in New Issue
Block a user