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

Fix lifecycle type in extensionsPreferenceItemsInjectable

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-06-17 10:00:28 +03:00
parent e3153d1eba
commit af5e326cbd

View File

@ -35,7 +35,7 @@ const extensionsPreferenceItemsInjectable = getInjectable({
return preferences.filter(preference => !preference.showInPreferencesTab);
});
},
lifecycle: lifecycleEnum.singleton,
lifecycle: lifecycleEnum.transient
});
export default extensionsPreferenceItemsInjectable;