mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 21:28:12 +00:00
Fix small bug with inputCount
This commit is contained in:
@ -58,7 +58,8 @@
|
||||
<span v-if="inputIndex < inputCount-1">and</span>
|
||||
</span>
|
||||
</span>
|
||||
<span v-if="enumerations.length && criterion.operation"
|
||||
<span v-else>
|
||||
<span v-if="inputCount && criterion.operation"
|
||||
class="c-cdef__control"
|
||||
>
|
||||
<select v-model="criterion.input[0]">
|
||||
@ -72,6 +73,7 @@
|
||||
</span>
|
||||
</span>
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user