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 3ffb243111
commit 207cf458fc
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

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