소스 검색

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}

불러오는 중...
취소
저장