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:
parent
5874e8fdf1
commit
f828177038
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user