Skip to content

Commit

Permalink
add data-subject to expected fields
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGoodall committed Feb 1, 2024
1 parent c79b7d7 commit 32f0bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/form-wizard/steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
'/dataset': {
...baseSettings,
controller: datasetController,
fields: ['dataset'],
fields: ['dataset', 'data-subject'],
next: 'upload',
backLink: './'
},
Expand Down

0 comments on commit 32f0bf2

Please sign in to comment.