Skip to content

Commit

Permalink
Fix media explorer navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed Oct 25, 2023
1 parent 7ab45ca commit f00e11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dashboard/view/explorer/ExplorerItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function ExplorerItem({
const childrenAmount = entry.childrenAmount ?? 0

function navigateTo() {
explorer.onNavigate?.(entry.i18nId ?? entry.entryId)
explorer.onNavigate?.(entry.entryId)
}

return (
Expand Down

0 comments on commit f00e11a

Please sign in to comment.