diff --git a/frontend/src/component/feature/FeatureView/FeatureMetrics/FeatureImpactMetrics.tsx b/frontend/src/component/feature/FeatureView/FeatureMetrics/FeatureImpactMetrics.tsx index 46019bf532..1591b2ed96 100644 --- a/frontend/src/component/feature/FeatureView/FeatureMetrics/FeatureImpactMetrics.tsx +++ b/frontend/src/component/feature/FeatureView/FeatureMetrics/FeatureImpactMetrics.tsx @@ -55,7 +55,7 @@ export const FeatureImpactMetrics: FC = () => { setModalState({ type: 'closed' }); }; - const handleSaveChart = async (data: any) => { + const handleSaveChart = async (data: Omit) => { try { let configId: string | undefined = undefined; if (modalState.type === 'editing') {