Ver código fonte

Update memo on filter indicator check

main
Ramin Tadayon 1 ano atrás
pai
commit
8264e09141
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 5B90E918AEBCE7A7
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 1
- 1
src/webviews/apps/plus/graph/GraphWrapper.tsx Ver arquivo

@ -348,7 +348,7 @@ export function GraphWrapper({
}
return Object.values(excludeTypes).includes(true);
}, [excludeTypes, isAllBranches]);
}, [excludeTypes, isAllBranches, graphConfig?.dimMergeCommits]);
const handleSearchInput = (e: CustomEvent<SearchQuery>) => {
const detail = e.detail;

Carregando…
Cancelar
Salvar