Skip to content

Commit

Permalink
Fix another connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Nov 21, 2023
1 parent 5d1eb55 commit 44e90da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/toolbar/elements/heatmapLogic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ const emptyElementsStatsPages: PaginatedResponse<ElementsEventType> = {

export const heatmapLogic = kea<heatmapLogicType>([
path(['toolbar', 'elements', 'heatmapLogic']),
connect({
connect(() => ({
values: [toolbarLogic, ['apiURL']],
}),
})),
actions({
getElementStats: (url?: string | null) => ({
url,
Expand Down

0 comments on commit 44e90da

Please sign in to comment.