This commit is contained in:
Yury Semikhatsky 2024-05-14 16:22:44 -07:00
parent 8d982b976c
commit cb0648040c

View file

@ -73,7 +73,7 @@ export const NetworkTab: React.FunctionComponent<{
if (sorting)
sort(renderedEntries, sorting);
return { renderedEntries };
}, [networkModel.resources, sorting, boundaries]);
}, [networkModel.resources, sorting, boundaries, model]);
if (!networkModel.resources.length)
return <PlaceholderPanel text='No network calls' />;