mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-06 07:28:53 -05:00
fix: 10kms instead of 100k
This commit is contained in:
parent
d1745e6a1a
commit
0c75e2503c
@ -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
|
||||
|
||||
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
Loading…
x
Reference in New Issue
Block a user