Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(welcome): make examples tab customizable #22302

Merged
merged 14 commits into from
Dec 21, 2022
Prev Previous commit
Next Next commit
console.log('🤦')
  • Loading branch information
villebro committed Dec 15, 2022
commit 1705ba845d27cc0ad407109b6009a87f7687d8e1
1 change: 0 additions & 1 deletion superset-frontend/src/views/CRUD/welcome/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ function Welcome({ user, addDangerToast }: WelcomeProps) {
} else setActiveChild(activeTab || 'Created');
} else if (!activeTab) setActiveChild('Created');
else setActiveChild(activeTab);
console.log('!!!', data);
setActivityData(activityData => ({ ...activityData, ...data }));
})
.catch(
Expand Down