You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sections/shared/form/DatasetMetadataForm/MetadataFieldsHelper.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -672,7 +672,7 @@ export class MetadataFieldsHelper {
672
672
* @returns the invalid value or null if it can't be extracted
673
673
* @example
674
674
* getValidationFailedFieldError("Validation Failed: Point of Contact E-mail test@test.c is not a valid email address. (Invalid value:edu.harvard.iq.dataverse.DatasetFieldValueValue[ id=null ]).java.util.stream.ReferencePipeline$3@561b5200")
675
-
* // returns "Point of Contact E-mail test@test.c is not a valid email address."
675
+
* // returns "Point of Contact E-mail test@test.c is not a valid email address."
0 commit comments