Skip to content

Commit

Permalink
fix: auto-preprocessing issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Jan 5, 2024
1 parent 2d5760b commit c96c728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/Shared/SpectraEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ export default {
];
this.selectedSpectraData.spectra.forEach(
(spec) => {
spec.info = spec["originalData"];
delete spec["data"];
delete spec["meta"];
delete spec["originalData"];
Expand Down

0 comments on commit c96c728

Please sign in to comment.