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