diff --git a/src/plugins/workspace/server/plugin.ts b/src/plugins/workspace/server/plugin.ts index 3121c0c39846..d73aaf12d8fc 100644 --- a/src/plugins/workspace/server/plugin.ts +++ b/src/plugins/workspace/server/plugin.ts @@ -98,6 +98,8 @@ export class WorkspacePlugin implements Plugin<{}, {}> { ); } + // TOO many client wrapper inside a single workspace plugin + // Try to combine conflict wrapper and this consumer wrapper. core.savedObjects.addClientWrapper( -2, WORKSPACE_ID_CONSUMER_WRAPPER_ID,