ソースを参照

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}

読み込み中…
キャンセル
保存