Skip to content

Commit

Permalink
Merge pull request #189 from DANS-KNAW/development
Browse files Browse the repository at this point in the history
bugfix selectfield
  • Loading branch information
ddzyne authored Aug 16, 2024
2 parents 450e27b + 4f8670f commit 9028aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/4tu/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion packages/repo-advisor/src/features/Steps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const Step1 = () => {
<SelectField
label={t("fileType")}
value={fileType}
onChange={setFileType}
onChange={(value) => dispatch(setFileType(value))}
options={[
{label: t("audiovisual_materials"), value: "audiovisual_materials"},
{label: t("statistical_data"), value: "statistical_data"},
Expand Down

0 comments on commit 9028aad

Please sign in to comment.