We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9090fc2 commit 00aea5cCopy full SHA for 00aea5c
web/src/views/SubmissionPortal/HarmonizerView.vue
@@ -448,8 +448,6 @@ export default defineComponent({
448
return;
449
}
450
451
- onDataChange();
452
-
453
await validate();
454
455
// When changing templates we may need to populate the common columns
@@ -781,7 +779,7 @@ export default defineComponent({
781
779
<v-tab>
782
780
<v-badge
783
:content="validationTotalCounts[templateKey] || '!'"
784
- :value="validationTotalCounts[templateKey] > 0 || !tabsValidated[templateKey] || status !== submissionStatus.InProgress"
+ :value="validationTotalCounts[templateKey] > 0 || !tabsValidated[templateKey]"
785
:color="validationTotalCounts[templateKey] > 0 ? 'error' : 'warning'"
786
>
787
{{ HARMONIZER_TEMPLATES[templateKey].displayName }}
0 commit comments