mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix disabling extensions in application builder
Co-authored-by: Alex Andreev <alex.andreev.email@gmail.com> Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
c76f785d07
commit
4e15279894
@ -556,7 +556,7 @@ const disableExtensionsFor = <T extends ObservableSet>(
|
||||
runInAction(() => {
|
||||
extension.deregister();
|
||||
|
||||
extensionState.delete(extension);
|
||||
extensionState.delete(instance);
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user