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
af76c49d8f
commit
895df764d4
@ -39,7 +39,7 @@ const NonInjectedLogsDockTab = observer(({ className, tab, model, subscribeStore
|
||||
model.reloadLogs();
|
||||
|
||||
return model.stopLoadingLogs;
|
||||
}, []);
|
||||
}, [tab.id]);
|
||||
useEffect(() => subscribeStores([
|
||||
podsStore,
|
||||
], {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user