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

This commit is contained in:
Alex Yang
2023-06-30 11:29:05 +08:00
parent 5a4bb70869
commit 12ed9db207
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({