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 @@ -1000,7 +1000,7 @@ export default defineComponent({
1000
1000
<v-btn
1001
1001
color =" success"
1002
1002
depressed
1003
- :disabled =" !canSubmit || status !== submissionStatus.InProgress || submitCount > 0 || !user.email "
1003
+ :disabled =" !canSubmit || status !== submissionStatus.InProgress || submitCount > 0"
1004
1004
:loading =" submitLoading"
1005
1005
@click =" submitDialog = true"
1006
1006
>
@@ -1041,9 +1041,6 @@ export default defineComponent({
1041
1041
<span v-if =" !canSubmit" >
1042
1042
You must validate all tabs before submitting your study and metadata.
1043
1043
</span >
1044
- <span v-else-if =" !user.email" >
1045
- You must provide an email address to your user profile before submitting.
1046
- </span >
1047
1044
<span v-else >
1048
1045
Submit for NMDC review.
1049
1046
</span >
You can’t perform that action at this time.
0 commit comments