We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ddff3 commit 656804cCopy full SHA for 656804c
web/src/views/SubmissionPortal/HarmonizerView.vue
@@ -139,9 +139,9 @@ export default defineComponent({
139
const missingTabsText = computed(() => {
140
const text: Array<string> = [];
141
if (validForms.templatesValid === false) {
142
- text.push('No tabs will be present until one or more templates are selected in the Sample Envrionment form.');
+ text.push('No tabs will be present until one or more templates are selected in the Sample Environment form.');
143
}
144
- if (validForms.multiOmicsFormValid.length === 0) {
+ if (validForms.multiOmicsFormValid.length > 0) {
145
text.push('Facility tabs will not be present until the Multiomics Form is complete.');
146
147
return text;
0 commit comments