mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
quick fix for logs not showing in tabs after first tab (#4964)
* quick fix for logs not showing in tabs after first tab Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com> * proper fix Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
parent
769a9441f8
commit
e59cb04d5a
@ -39,7 +39,7 @@ const NonInjectedLogsDockTab = observer(({ className, tab, model, subscribeStore
|
|||||||
model.reloadLogs();
|
model.reloadLogs();
|
||||||
|
|
||||||
return model.stopLoadingLogs;
|
return model.stopLoadingLogs;
|
||||||
}, []);
|
}, [tab.id]);
|
||||||
useEffect(() => subscribeStores([
|
useEffect(() => subscribeStores([
|
||||||
podsStore,
|
podsStore,
|
||||||
], {
|
], {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user