Skip to content

Commit

Permalink
Input Value Update fix for Task Assignment on Uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
BirdMachine committed Jan 7, 2025
1 parent 91a405f commit 6ad2e67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/src/components/uploads/editUploads.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,8 @@ renderReorganizeButton() {
"description": "description",
"intended_organ": "intended_organ",
"intended_dataset_type": "intended_dataset_type",
"ingest_task": "ingest_task",
"assigned_to_group_name": "assigned_to_group_name"
};
const stateKey = stateUpdateMap[evt.target.name];
if (stateKey) {
Expand Down

0 comments on commit 6ad2e67

Please sign in to comment.