Set timeout for 15 minutes instead of 10 seconds
This commit is contained in:
parent
ebff4c020f
commit
aa2f4539e7
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ export default function URLShortener() {
|
|||
|
||||
setTimeout(() => {
|
||||
setShowInput(false);
|
||||
}, 10000);
|
||||
}, 900000);
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue