Преглед изворни кода

Ignores missing Graph param until lib is updated

main
Eric Amodio пре 2 година
родитељ
комит
d02243f6fa
1 измењених фајлова са 2 додато и 0 уклоњено
  1. +2
    -0
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 2
- 0
src/webviews/apps/plus/graph/GraphWrapper.tsx Прегледај датотеку

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

Loading…
Откажи
Сачувај