Skip to content

Commit

Permalink
Update superset-frontend/src/dashboard/containers/DashboardPage.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Elizabeth Thompson <[email protected]>
  • Loading branch information
fisjac and eschutho authored Jul 16, 2024
1 parent 5f85521 commit 892e267
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ export const DashboardPage: FC<PageProps> = ({ idOrSlug }: PageProps) => {
if (!isDashboardHydrated.current) {
isDashboardHydrated.current = true;
}
console.log('active tabs:', activeTabs);
dispatch(
hydrateDashboard({
history,
Expand Down

0 comments on commit 892e267

Please sign in to comment.