Skip to content

Commit

Permalink
Updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro-Vega committed Mar 20, 2024
1 parent e351431 commit 4152ac8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/dataSubmissionUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ export type SubmitInfo = {
/**
* Determines whether submit for a submission should be disabled based on its validation statuses and user role
*
* @param {ValidationStatus} metadataValidationStatus - The metadata validation status of the submission
* @param {ValidationStatus} fileValidationStatus - The file validation status of the submission
* @param {Submission} submission - The Data Submission
* @param {User["role"]} userRole - The role of the user
* @returns {SubmitInfo} Info indicating whether or not to disable submit, as well as if it is due to an admin override
*/
Expand Down

0 comments on commit 4152ac8

Please sign in to comment.