Skip to content

Commit

Permalink
Merge branch 'skip_approval_2389' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
knirirr committed Sep 18, 2024
2 parents ee8e012 + 917b742 commit 2efe694
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Curators/RecordsAwaitingApproval.vue
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,8 @@
general: null
};
let preparedRecord = {
processing_notes: ""
processing_notes: "",
skip_approval: true
};
preparedRecord.processing_notes = notesText;
let data = {
Expand Down

0 comments on commit 2efe694

Please sign in to comment.