Skip to content
Snippets Groups Projects
Commit 7800aaf6 authored by Yoan VALLET's avatar Yoan VALLET
Browse files

fix: loading state for konnector

parent cabfabdd
No related branches found
No related tags found
1 merge request!15Merge Dev to Master
......@@ -100,7 +100,7 @@ const KonnectorViewerCard: React.FC<KonnectorViewerCardProps> = ({
password
)
const data = await connectionService.connectNewUser()
setLoading(false)
// setLoading(false)
if (!data) {
setError('Error during the user connection')
setLoading(false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment