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:
parent
9c7be39eb1
commit
e8491ca2d3
@ -56,7 +56,7 @@ const getInjectableForEntitySettingRegistrationFor = (extension: LensRendererExt
|
||||
kind,
|
||||
title,
|
||||
group = "Extensions",
|
||||
id = title.toLowerCase(),
|
||||
id = btoa(title),
|
||||
priority,
|
||||
source,
|
||||
}: EntitySettingRegistration) => getInjectable({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user