mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix typo
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
3b532a5f97
commit
d90cfb168e
@ -9,7 +9,7 @@ import { navigateForExtensionChannel } from "../common/channel";
|
||||
|
||||
const navigateForExtensionListenerInjectable = getMessageChannelListenerInjectable({
|
||||
channel: navigateForExtensionChannel,
|
||||
id: "main",
|
||||
id: "renderer",
|
||||
getHandler: (di) => {
|
||||
const extensionLoader = di.inject(extensionLoaderInjectable);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user