Ver código fonte

Ignores missing Graph param until lib is updated

main
Eric Amodio 2 anos atrás
pai
commit
d02243f6fa
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      src/webviews/apps/plus/graph/GraphWrapper.tsx

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

@ -311,6 +311,8 @@ export function GraphWrapper({
<GraphContainer
columnsSettings={graphColSettings}
cssVariables={styleProps.cssVariables}
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
//@ts-ignore - remove once the Graph component is updated to use the new API
getExternalIcon={getIconElementLibrary}
graphRows={graphList}
height={mainHeight}

Carregando…
Cancelar
Salvar