mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Revert style change.
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
parent
69959a0eb9
commit
747f91ae36
@ -12,8 +12,8 @@ import appEventBusInjectable from "../../../../common/app-event-bus/app-event-bu
|
||||
import clusterFrameContextInjectable from "../../../cluster-frame-context/cluster-frame-context.injectable";
|
||||
|
||||
const initClusterFrameInjectable = getInjectable({
|
||||
instantiate: (di) => {
|
||||
return initClusterFrame({
|
||||
instantiate: (di) =>
|
||||
initClusterFrame({
|
||||
hostedCluster: di.inject(hostedClusterInjectable),
|
||||
loadExtensions: di.inject(extensionLoaderInjectable).loadOnClusterRenderer,
|
||||
catalogEntityRegistry: di.inject(catalogEntityRegistryInjectable),
|
||||
@ -21,8 +21,7 @@ const initClusterFrameInjectable = getInjectable({
|
||||
emitEvent: di.inject(appEventBusInjectable).emit,
|
||||
|
||||
clusterFrameContext: di.inject(clusterFrameContextInjectable),
|
||||
});
|
||||
},
|
||||
}),
|
||||
|
||||
lifecycle: lifecycleEnum.singleton,
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user