Skip to content

Commit

Permalink
[frontend] format
Browse files Browse the repository at this point in the history
  • Loading branch information
guzhongren committed Nov 16, 2024
1 parent 8c2e0d8 commit bb7c31e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/containers/MetricsStepper/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ const MetricsStepper = () => {
reworkTimesSettings: importedData.reworkTimesSettings,
};
const jsonData = activeStep === METRICS_STEPS.CONFIG ? configData : { ...configData, ...metricsData };
// exportToJsonFile('config', jsonData);
exportToJsonFile(`${config.basic.projectName.split(' ').join('-')}-Heartbeat`, jsonData);
};

Expand Down

0 comments on commit bb7c31e

Please sign in to comment.