瀏覽代碼

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…
取消
儲存