fix: onboarding

This commit is contained in:
Harshith Mullapudi 2025-10-10 10:01:44 +05:30
parent 3cec513421
commit a0c1b7eb25

View File

@ -173,10 +173,7 @@ export default function Onboarding() {
submit(formData, { submit(formData, {
method: "POST", method: "POST",
}); });
setLoading(false); } catch (e) {}
} catch (e) {
setLoading(false);
}
}; };
// Convert episode and statements structure to triplets for visualization // Convert episode and statements structure to triplets for visualization