mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Revert cleanup
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
dc6bbca0ad
commit
ae20098cbb
@ -60,7 +60,7 @@ export class CatalogEntityRegistry {
|
|||||||
// If the entity was not found but there are rawEntities to be processed,
|
// If the entity was not found but there are rawEntities to be processed,
|
||||||
// try to process them and return the entity.
|
// try to process them and return the entity.
|
||||||
// This might happen if an extension registered a new Catalog category.
|
// This might happen if an extension registered a new Catalog category.
|
||||||
if (this.activeEntityId.get() && !entity && this.rawEntities.length > 0) {
|
if (this.activeEntityId && !entity && this.rawEntities.length > 0) {
|
||||||
this.processRawEntities();
|
this.processRawEntities();
|
||||||
|
|
||||||
return this.getActiveEntityById();
|
return this.getActiveEntityById();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user