Merge branch 'main' into patch-3

This commit is contained in:
Minseo Lee 2024-02-27 14:39:41 +09:00 committed by GitHub
commit 8d394a3541
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
69 changed files with 2060 additions and 125 deletions

View file

@ -232,7 +232,7 @@ export function reducer(
})
if (s.activeStep !== state.activeStep) {
logger.info(`onboarding: step changed`, {activeStep: state.activeStep})
logger.debug(`onboarding: step changed`, {activeStep: state.activeStep})
}
return state