Fix file input component

This commit is contained in:
JhumanJ
2022-12-13 11:00:43 +01:00
parent f142a0e799
commit 58da9079ce
3 changed files with 141 additions and 51 deletions

View File

@@ -13,7 +13,7 @@ export function initCrisp (user) {
window.clearInterval(intervalId)
resolve()
}
}, 500)
}, 50000)
})
}