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