Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Dec 4, 2024
1 parent 4cbae02 commit f5387e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export const sidePanelActivityLogic = kea<sidePanelActivityLogicType>([
},
openSidePanel: ({ options }) => {
if (options) {
actions.setActiveTab(options)
actions.setActiveTab(options as SidePanelActivityTab)
}
},
})),
Expand Down

0 comments on commit f5387e8

Please sign in to comment.