Skip to content

Commit

Permalink
Add gravity charts to unsafe list
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzmadom committed Jan 22, 2025
1 parent b22112c commit a527a01
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export function isPotentiallyUnsafeChart(chartType: string) {
EDITOR_TYPE.YMAP_NODE,
EDITOR_TYPE.TIMESERIES_NODE,
EDITOR_TYPE.BLANK_CHART_NODE,
EDITOR_TYPE.D3_NODE,
];
const wizardUnsafeCharts: string[] = [WizardType.GraphWizardNode];
return (
Expand Down

0 comments on commit a527a01

Please sign in to comment.