Skip to content

fix(ui): removed submit button on form for decision page

Dan Visel requested to merge issue403-editmanuscripts into main

Ryan pointed out that it didn't make sense to have a "Submit your research object" button at the bottom of the form on the submit page (which then may go to a T & C). I added a prop to : if isDecision is true, it doesn't show the submit button. This seems pretty painless (and the change is very minor), but I want to make sure this isn't rash!

Merge request reports