diff --git a/superset-frontend/plugins/plugin-chart-cartodiagram/src/util/layerUtil.tsx b/superset-frontend/plugins/plugin-chart-cartodiagram/src/util/layerUtil.tsx index 4af5066efca78..65e608bd757a2 100644 --- a/superset-frontend/plugins/plugin-chart-cartodiagram/src/util/layerUtil.tsx +++ b/superset-frontend/plugins/plugin-chart-cartodiagram/src/util/layerUtil.tsx @@ -133,6 +133,7 @@ export const createWfsLayer = async (wfsLayerConf: WfsLayerConf) => { return new VectorLayer({ source: wfsSource, + // @ts-ignore style: writeStyleResult?.output, }); };