Skip to content

Commit

Permalink
Fix issue #13 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad authored Jan 9, 2025
1 parent a792ace commit 6df9e33
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/modules/Wizard/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ class Wizard extends React.Component {
if (formStates === undefined) {
if (iFormName === 'general') {
formData.set(iFormName, {ticketNumber: this.ticketNumber})
} else if (iFormName === 'experiment') {
formData.set(iFormName, {
"datasetVersion": {
"keywordsIntro": null,
"techniqueIntro": null,
"experimentalApproachIntro": null
}
})
} else {
formData.set(iFormName, {})
}
Expand Down

0 comments on commit 6df9e33

Please sign in to comment.