1
0
Fork 0
mirror of synced 2024-07-15 11:15:59 +12:00

Fixed typo in feature flag

This commit is contained in:
Dean 2023-02-02 11:53:49 +00:00
parent 436564709e
commit 2c42d6fbc1

View file

@ -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))