Sfoglia il codice sorgente

Ignores missing Graph param until lib is updated

main
Eric Amodio 2 anni fa
parent
commit
d02243f6fa
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 2
- 0
src/webviews/apps/plus/graph/GraphWrapper.tsx Vedi File

@ -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}

Caricamento…
Annulla
Salva