Przeglądaj źródła

Fixes empty search results in graph

main
Keith Daulton 2 lat temu
rodzic
commit
891241e81d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 1
- 1
src/webviews/apps/plus/graph/GraphWrapper.tsx Wyświetl plik

@ -264,7 +264,7 @@ export function GraphWrapper({
}, [graphRows]);
useEffect(() => {
if (searchResultIds == null) {
if (searchResultIds == null || searchResultIds.length === 0) {
setSearchResultKey(undefined);
return;
}

Ładowanie…
Anuluj
Zapisz