mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-24 07:14:15 +00:00
Clear entry detailed on workspace change (#1045)
This commit is contained in:
parent
b5c665b602
commit
ee8dce4466
@ -110,8 +110,8 @@ export const EntryDetailed = () => {
|
||||
const [entryData, setEntryData] = useState(null);
|
||||
|
||||
useEffect(() => {
|
||||
if (!focusedEntryId) return;
|
||||
setEntryData(null);
|
||||
if (!focusedEntryId) return;
|
||||
setIsLoading(true);
|
||||
(async () => {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user