Skip to content

Commit

Permalink
Update UploadsPage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Nov 12, 2024
1 parent 0ee8f9b commit 0fcecdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export function createDandiset(results = {}) {

const metadata = {
description: form.resolved.description,
license: form.resolved.license,
license: [form.resolved.license],
};

if (form.resolved.nih_award_number) {
Expand Down

0 comments on commit 0fcecdc

Please sign in to comment.