1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00

feat: edit impact metrics

This commit is contained in:
kwasniew 2025-09-03 16:48:10 +02:00
parent 5874e8fdf1
commit f828177038
No known key found for this signature in database
GPG Key ID: 43A7CBC24C119560

View File

@ -55,7 +55,7 @@ export const FeatureImpactMetrics: FC = () => {
setModalState({ type: 'closed' });
};
const handleSaveChart = async (data: any) => {
const handleSaveChart = async (data: Omit<ChartConfig, 'id'>) => {
try {
let configId: string | undefined = undefined;
if (modalState.type === 'editing') {