1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix: Kludge cluster settings not opening when extension introduces new settings without ID when title contains spaces

Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2023-05-10 14:11:02 +03:00
parent 9c7be39eb1
commit e8491ca2d3

View File

@ -56,7 +56,7 @@ const getInjectableForEntitySettingRegistrationFor = (extension: LensRendererExt
kind, kind,
title, title,
group = "Extensions", group = "Extensions",
id = title.toLowerCase(), id = btoa(title),
priority, priority,
source, source,
}: EntitySettingRegistration) => getInjectable({ }: EntitySettingRegistration) => getInjectable({