Skip to content

Commit

Permalink
Update UploadsPage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Jun 12, 2024
1 parent 1bab832 commit ad696f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export class UploadsPage extends Page {

global.save();
await regenerateDandisets();
const input = this.form.getFormElement(["dandisets"]);
const input = this.form.getFormElement(["dandiset"]);
input.requestUpdate();
},
formProps: {
Expand Down

0 comments on commit ad696f6

Please sign in to comment.