diff --git a/product-source/hololake-platform/src/App.tsx b/product-source/hololake-platform/src/App.tsx index bf27495..8a0d6a4 100644 --- a/product-source/hololake-platform/src/App.tsx +++ b/product-source/hololake-platform/src/App.tsx @@ -265,7 +265,10 @@ function MainApp({ setToastMessage(`Getting Started vault cloned and opened at ${vaultPath}`) }, [rememberVaultChoice]) - const handleOnboardingVaultReady = useCallback((vaultPath: string, source: 'template' | 'empty' | 'existing') => { + const handleOnboardingVaultReady = useCallback(( + vaultPath: string, + source: 'template' | 'empty' | 'existing' | 'world' | 'personal', + ) => { rememberVaultChoice(vaultPath) if (source === 'template') { setToastMessage(`Getting Started vault cloned and opened at ${vaultPath}`)