mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
feat(core): remove toggle workspace onboarding dialog (#6501)
This commit is contained in:
@@ -3,8 +3,6 @@ import { z } from 'zod';
|
||||
const _appConfigSchema = z.object({
|
||||
/** whether to show onboarding first */
|
||||
onBoarding: z.boolean().optional().default(true),
|
||||
/** whether to show change workspace guide modal */
|
||||
dismissWorkspaceGuideModal: z.boolean().optional().default(false),
|
||||
});
|
||||
export type AppConfigSchema = z.infer<typeof _appConfigSchema>;
|
||||
export const defaultAppConfig = _appConfigSchema.parse({});
|
||||
|
||||
Reference in New Issue
Block a user