feat(core): remove toggle workspace onboarding dialog (#6501)

This commit is contained in:
CatsJuice
2024-04-10 09:07:59 +00:00
parent a0c92b9966
commit 8a02c81745
8 changed files with 2 additions and 422 deletions

View File

@@ -36,7 +36,6 @@ if (process.env.SKIP_ONBOARDING) {
launchStage.value = 'main';
persistentConfig.set({
onBoarding: false,
dismissWorkspaceGuideModal: true,
});
}