chore(core): delete center peek feature flag (#7281)

This commit is contained in:
EYHN
2024-06-20 04:24:47 +00:00
parent ab3d6c9cc8
commit b4212d54ed
5 changed files with 2 additions and 13 deletions

View File

@@ -24,7 +24,6 @@ export const runtimeFlagsSchema = z.object({
enablePayment: z.boolean(),
enablePageHistory: z.boolean(),
enableExperimentalFeature: z.boolean(),
enablePeekView: z.boolean(),
allowLocalWorkspace: z.boolean(),
// this is for the electron app
serverUrlPrefix: z.string(),