From d049bf33e89b4ca319a1045c13f7d9cac963b4cf Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Thu, 16 Jan 2025 17:45:59 -0500 Subject: [PATCH] Return key to go through Onboarding steps (#5086) Fixes #5049 --- src/routes/Onboarding/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/Onboarding/index.tsx b/src/routes/Onboarding/index.tsx index b4d3e5f87..2c9fba4b0 100644 --- a/src/routes/Onboarding/index.tsx +++ b/src/routes/Onboarding/index.tsx @@ -205,6 +205,7 @@ export function OnboardingButtons({

)}