Skip to content

Commit

Permalink
Update frontend/src/scenes/persons-management/personsManagementSceneL…
Browse files Browse the repository at this point in the history
…ogic.tsx

Co-authored-by: David Newell <[email protected]>
  • Loading branch information
benjackwhite and daibhin authored Nov 23, 2023
1 parent d965a68 commit 63dbd99
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ export const personsManagementSceneLogic = kea<personsManagementSceneLogicType>(
}),
actionToUrl(({ values }) => ({
setTabKey: ({ tabKey }) => {
console.log(values.tabs, tabKey)
return values.tabs.find((x) => x.key === tabKey)?.url || values.tabs[0].url
},
})),
Expand Down

0 comments on commit 63dbd99

Please sign in to comment.