Skip to content

Commit

Permalink
Reverting change in MaintenanceRequests.vue
Browse files Browse the repository at this point in the history
This is related to ticket #2334
  • Loading branch information
ramGranell authored Jul 17, 2024
1 parent 4c2ad56 commit f95a629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Curators/MaintenanceRequests.vue
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@
general: null
};
let preparedRecord = {
processing_notes: ""
processing_notes: "",
skip_approval: true
};
preparedRecord.processing_notes = notesText;
let data = {
Expand Down

0 comments on commit f95a629

Please sign in to comment.