mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(web): disable notification center (#2934)
This commit is contained in:
1
packages/env/src/global.ts
vendored
1
packages/env/src/global.ts
vendored
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user