1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-28 17:55:15 +02:00

Update frontend/src/component/personalDashboard/PersonalDashboard.tsx

This commit is contained in:
Thomas Heartman 2024-10-10 15:07:23 +02:00 committed by GitHub
parent 58a511d2fe
commit 83f72f7f2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -289,7 +289,7 @@ export const PersonalDashboard = () => {
const [welcomeDialog, setWelcomeDialog] = useLocalStorageState<
'open' | 'closed'
>('welcome-dialog:v1', splash?.personalDashboard ? 'closed' : 'open');
>('welcome-dialog:v1', splash?.personalDashboardKeyConcepts ? 'closed' : 'open');
const { personalDashboardProjectDetails, error: detailsError } =
usePersonalDashboardProjectDetails(activeProject);