File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
web/src/views/SubmissionPortal Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -1014,7 +1014,7 @@ export default defineComponent({
1014
1014
<v-btn
1015
1015
color =" success"
1016
1016
depressed
1017
- :disabled =" !canSubmit || status !== submissionStatus.InProgress || submitCount > 0 || !user.email "
1017
+ :disabled =" !canSubmit || status !== submissionStatus.InProgress || submitCount > 0"
1018
1018
:loading =" submitLoading"
1019
1019
@click =" submitDialog = true"
1020
1020
>
@@ -1055,9 +1055,6 @@ export default defineComponent({
1055
1055
<span v-if =" !canSubmit" >
1056
1056
You must validate all tabs before submitting your study and metadata.
1057
1057
</span >
1058
- <span v-else-if =" !user.email" >
1059
- You must provide an email address to your user profile before submitting.
1060
- </span >
1061
1058
<span v-else >
1062
1059
Submit for NMDC review.
1063
1060
</span >
You can’t perform that action at this time.
0 commit comments