fix(web): disable notification center (#2934)

This commit is contained in:
Alex Yang
2023-06-30 11:29:05 +08:00
committed by GitHub
parent 50a8a147fd
commit 4adbe64a54
3 changed files with 7 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ export const buildFlagsSchema = z.object({
enableNewSettingModal: z.boolean(),
enableNewSettingUnstableApi: z.boolean(),
enableSQLiteProvider: z.boolean(),
enableNotificationCenter: z.boolean(),
});
export const blockSuiteFeatureFlags = z.object({