Skip to content

Commit

Permalink
Correct url
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Oct 26, 2023
1 parent d1c0543 commit 095a4d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const dataManagementSceneLogic = kea<dataManagementSceneLogicType>({
],
},
actionToUrl: () => ({
setTab: ({ tab }) => tabs[tab as DataManagementTab]?.url || urls.events(),
setTab: ({ tab }) => tabs[tab as DataManagementTab]?.url || tabs.events.url,
}),
urlToAction: ({ actions, values }) => {
return Object.fromEntries(
Expand Down

0 comments on commit 095a4d4

Please sign in to comment.