mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
(nextjs) added timeout for loader
This commit is contained in:
parent
41b26e7d69
commit
bcaa9fde39
2 changed files with 26 additions and 5 deletions
|
@ -7,7 +7,7 @@ import styles from './styles.module.scss';
|
|||
interface LoadingProgressProps {}
|
||||
|
||||
const LoadingProgress: VFC<LoadingProgressProps> = () => {
|
||||
const shown = useSSRLoadingIndicator();
|
||||
const shown = useSSRLoadingIndicator(300);
|
||||
|
||||
return shown ? (
|
||||
<>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue