diff --git a/core/core-frontend/src/components/plugin/src/ImportXpackTool.ts b/core/core-frontend/src/components/plugin/src/ImportXpackTool.ts index 487767dc6b..fe2dd723e2 100644 --- a/core/core-frontend/src/components/plugin/src/ImportXpackTool.ts +++ b/core/core-frontend/src/components/plugin/src/ImportXpackTool.ts @@ -45,7 +45,7 @@ export const importXpackTool = async (methodName: string) => { } else { distributed = wsCache.get(key) } - distributed = true + // distributed = true if (isNull(distributed) || !distributed) { return null }