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
|
// 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
Reference in New Issue
Block a user