Fixed typo in feature flag
This commit is contained in:
parent
436564709e
commit
2c42d6fbc1
|
@ -71,7 +71,7 @@
|
|||
const initTour = async () => {
|
||||
if (
|
||||
!$auth.user?.onboardedAt &&
|
||||
isEnabled(TENANT_FEATURE_FLAGS.ONBOADING_TOUR)
|
||||
isEnabled(TENANT_FEATURE_FLAGS.ONBOARDING_TOUR)
|
||||
) {
|
||||
// Determine the correct step
|
||||
const activeNav = $layout.children.find(c => $isActive(c.path))
|
||||
|
|
Loading…
Reference in New Issue