Skip to content

Commit

Permalink
Merge pull request #96 from brainlife/Fix_Conditional_M0Scan
Browse files Browse the repository at this point in the history
fix: show form only for perf/m0scan, perf/asl
  • Loading branch information
dlevitas authored Oct 2, 2023
2 parents 432307f + 208d6cd commit 2855ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/SeriesPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
</p>
</el-form-item>
<br/>
<el-form-item v-if="ss.type=='perf/asl' || 'perf/m0scan'" label="Relevant Metadata">
<el-form-item v-if="ss.type == 'perf/asl' || ss.type == 'perf/m0scan'" label="Relevant Metadata">
<ModalityForm :ss="ss" :ezbids="ezbids"
@form-submitted="submitForm"/>
</el-form-item>
Expand Down

0 comments on commit 2855ce2

Please sign in to comment.