Skip to content

Commit

Permalink
fix(taxonomic-filter): mount required logics (#18560)
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr authored Nov 13, 2023
1 parent b77604a commit 661032b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/scenes/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ import { Navigation as Navigation3000 } from '~/layout/navigation-3000/Navigatio
import { useEffect } from 'react'
import { themeLogic } from '~/layout/navigation-3000/themeLogic'
import { GlobalModals } from '~/layout/GlobalModals'
import { actionsModel } from '~/models/actionsModel'
import { cohortsModel } from '~/models/cohortsModel'

export const appLogic = kea<appLogicType>([
path(['scenes', 'App']),
connect([teamLogic, organizationLogic, frontendAppsLogic, inAppPromptLogic]),
connect([teamLogic, organizationLogic, frontendAppsLogic, inAppPromptLogic, actionsModel, cohortsModel]),
actions({
enableDelayedSpinner: true,
ignoreFeatureFlags: true,
Expand Down

0 comments on commit 661032b

Please sign in to comment.