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(() => {
|
setTimeout(() => {
|
||||||
setShowInput(false);
|
setShowInput(false);
|
||||||
}, 10000);
|
}, 900000);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue