Просмотр исходного кода

Ignores missing Graph param until lib is updated

main
Eric Amodio 2 лет назад
Родитель
Сommit
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}

Загрузка…
Отмена
Сохранить