1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2023-03-16 15:47:58 +02:00
parent 3b532a5f97
commit d90cfb168e
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -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);